#06B75F

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

Shades of Jade #06B75F

Tints of Jade #06B75F

Color information

#06B75F (or 0x06B75F) is unknown color: approx Jade. HEX triplet: 06, B7 and 5F. RGB value is (6,183,95). Sum of RGB (Red+Green+Blue) = 6+183+95=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #06B75F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B75F is #F948A0. Grayscale: #787878. Windows color (decimal): -16337057 or 6272774. OLE color: 6272774.

HSL color Cylindrical-coordinate representation of color #06B75F: hue angle of 150.17º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B75F is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB618395-
CMYK0.9700.480.28
HSL150.17º93.65%37.06%-
HSV(B)150.17º96.72%71.76%-
XYZ19.0734.7316.53-
YUV120.04113.8646.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 183 (71.88% from 255) = 64.44%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=2.11%
G=64.44%
B=33.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6183950.9700.480.28150.1793.6537.06
Hex6B75F610301C965e25
Octal62671371410603422613645
Binary1101011011110111111100001011000011100100101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B75F; }

 p { color: rgb(6,183,95); }

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

<style>
 a { background-color: #06B75F; }

 a { background-color: rgb(6,183,95); }

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

<style>
 span { border-color: #06B75F; }

 span { border-color: rgb(6,183,95); }

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