#06B777

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

Shades of Jade #06B777

Tints of Jade #06B777

Color information

#06B777 (or 0x06B777) is unknown color: approx Jade. HEX triplet: 06, B7 and 77. RGB value is (6,183,119). Sum of RGB (Red+Green+Blue) = 6+183+119=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #06B777 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B777 is #F94888. Grayscale: #7A7A7A. Windows color (decimal): -16337033 or 7845638. OLE color: 7845638.

HSL color Cylindrical-coordinate representation of color #06B777: hue angle of 158.31º 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 #06B777 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB6183119-
CMYK0.9700.350.28
HSL158.31º93.65%37.06%-
HSV(B)158.31º96.72%71.76%-
XYZ20.3435.2423.18-
YUV122.78125.8644.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 183 (71.88% from 255) = 59.42%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=1.95%
G=59.42%
B=38.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61831190.9700.350.28158.3193.6537.06
Hex6B777610231C9e5e25
Octal62671671410433423613645
Binary1101011011111101111100001010001111100100111101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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