Html Css Color HEX #06C074 Jade

📋 copy color: '#06C074'

red 6 ◦ green 192 ◦ blue 116

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

Shades of Jade #06C074

Tints of Jade #06C074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 1.91%
G = 61.15%
B = 36.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#06C074 (or 0x06C074) is known color: Jade. HEX triplet: 06, C0 and 74. RGB value is (6,192,116). Sum of RGB (Red+Green+Blue) = 6+192+116=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #06C074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C074 is #F93F8B. Grayscale: #7F7F7F. Windows color (decimal): -16334732 or 7651334. OLE color: 7651334.

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

Color convert

RGB 6 192 116 -
CMYK 0.97 0 0.40 0.25
HSL 155.48º 0.94% 0.39% -
HSV(B) 155.48º 0.97% 0.75% -
XYZ 22.08 39 22.89 -
YUV 127.72 121.38 41.18 -
System Red Green Blue C M Y K H S L
Decimal 6 192 116 0.97 0 0.40 0.25 155.48 0.94 0.39
Hex 6 C0 74 61 0 28 19 9B 5E 27
Octal 6 300 164 141 0 50 31 233 136 47
Binary 110 11000000 1110100 1100001 0 101000 11001 10011011 1011110 100111

Color Harmonies of #06C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C074

Black with #06C074

Text Example


Text Example

White with #06C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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