Html Css Color HEX #06C06B Jade

📋 copy color: '#06C06B'

red 6 ◦ green 192 ◦ blue 107

#06C06B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #06C06B

Tints of Jade #06C06B

RGB

 RED value IS 6 (2.73% from 255) = 1.97%

 GREEN value IS 192 (75.39% from 255) = 62.95%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 1.97%
G = 62.95%
B = 35.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#06C06B (or 0x06C06B) is known color: Jade. HEX triplet: 06, C0 and 6B. RGB value is (6,192,107). Sum of RGB (Red+Green+Blue) = 6+192+107=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #06C06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C06B is #F93F94. Grayscale: #7E7E7E. Windows color (decimal): -16334741 or 7061510. OLE color: 7061510.

HSL color Cylindrical-coordinate representation of color #06C06B: hue angle of 152.58º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C06B is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 107 -
CMYK 0.97 0 0.44 0.25
HSL 152.58º 0.94% 0.39% -
HSV(B) 152.58º 0.97% 0.75% -
XYZ 21.58 38.8 20.26 -
YUV 126.7 116.88 41.91 -
System Red Green Blue C M Y K H S L
Decimal 6 192 107 0.97 0 0.44 0.25 152.58 0.94 0.39
Hex 6 C0 6B 61 0 2C 19 99 5E 27
Octal 6 300 153 141 0 54 31 231 136 47
Binary 110 11000000 1101011 1100001 0 101100 11001 10011001 1011110 100111

Color Harmonies of #06C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C06B

Black with #06C06B

Text Example


Text Example

White with #06C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,192,107); }

 H1.HeaderClassName
 {
   color: #06C06B;
 }
 .AnyTagClassName
 {
   color: #06C06B;
 }
</style>

background-color css

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

 a { background-color: rgb(6,192,107); }

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

border-color css

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

 span { border-color: rgb(6,192,107); }

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