#07B565

Color #07B565 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #07B565

Tints of Jade #07B565

Color information

#07B565 (or 0x07B565) is unknown color: approx Jade. HEX triplet: 07, B5 and 65. RGB value is (7,181,101). Sum of RGB (Red+Green+Blue) = 7+181+101=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 181 (71.09% from 255 or 62.63% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 181 - color contains mainly: green. Hex color #07B565 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B565 is #F84A9A. Grayscale: #777777. Windows color (decimal): -16272027 or 6665479. OLE color: 6665479.

HSL color Cylindrical-coordinate representation of color #07B565: hue angle of 152.41º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B565 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB7181101-
CMYK0.9600.440.29
HSL152.41º92.55%36.86%-
HSV(B)152.41º96.13%70.98%-
XYZ18.9634.0317.88-
YUV119.85117.3547.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.42%
GREEN value IS 181 (71.09% from 255) = 62.63%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=2.42%
G=62.63%
B=34.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71811010.9600.440.29152.4192.5536.86
Hex7B5656002C1D985d25
Octal72651451400543523013545
Binary1111011010111001011100000010110011101100110001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07B565; }

 p { color: rgb(7,181,101); }

 H1.HeaderClassName
 {
   color: #07B565;
 }
 .AnyTagClassName
 {
   color: #07B565;
 }
</style>
background-color css

<style>
 a { background-color: #07B565; }

 a { background-color: rgb(7,181,101); }

 div.DivClassName
 {
   background-color: #07B565;
 }
 .BgClassName
 {
   background-color: #07B565;
 }
</style>
border-color css

<style>
 span { border-color: #07B565; }

 span { border-color: rgb(7,181,101); }

 td.TdClassName
 {
   border-color: #07B565;
 }
 .TagClassName
 {
   border-color: #07B565;
 }
</style>