#06B27B

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

Shades of Jade #06B27B

Tints of Jade #06B27B

Color information

#06B27B (or 0x06B27B) is unknown color: approx Jade. HEX triplet: 06, B2 and 7B. RGB value is (6,178,123). Sum of RGB (Red+Green+Blue) = 6+178+123=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #06B27B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B27B is #F94D84. Grayscale: #787878. Windows color (decimal): -16338309 or 8106502. OLE color: 8106502.

HSL color Cylindrical-coordinate representation of color #06B27B: hue angle of 160.81º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B27B is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB6178123-
CMYK0.9700.310.30
HSL160.81º93.48%36.08%-
HSV(B)160.81º96.63%69.8%-
XYZ19.5733.3124.14-
YUV120.3129.5246.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 178 (69.92% from 255) = 57.98%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=1.95%
G=57.98%
B=40.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61781230.9700.310.30160.8193.4836.08
Hex6B27B6101F1Ea15d24
Octal62621731410373624113544
Binary110101100101111011110000101111111110101000011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,178,123); }

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

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

 a { background-color: rgb(6,178,123); }

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

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

 span { border-color: rgb(6,178,123); }

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