Html Css Color HEX #06C068 Jade

📋 copy color: '#06C068'

red 6 ◦ green 192 ◦ blue 104

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

Shades of Jade #06C068

Tints of Jade #06C068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 1.99%
G = 63.58%
B = 34.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#06C068 (or 0x06C068) is known color: Jade. HEX triplet: 06, C0 and 68. RGB value is (6,192,104). Sum of RGB (Red+Green+Blue) = 6+192+104=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #06C068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C068 is #F93F97. Grayscale: #7E7E7E. Windows color (decimal): -16334744 or 6864902. OLE color: 6864902.

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

Color convert

RGB 6 192 104 -
CMYK 0.97 0 0.46 0.25
HSL 151.61º 0.94% 0.39% -
HSV(B) 151.61º 0.97% 0.75% -
XYZ 21.42 38.74 19.44 -
YUV 126.35 115.38 42.16 -
System Red Green Blue C M Y K H S L
Decimal 6 192 104 0.97 0 0.46 0.25 151.61 0.94 0.39
Hex 6 C0 68 61 0 2E 19 98 5E 27
Octal 6 300 150 141 0 56 31 230 136 47
Binary 110 11000000 1101000 1100001 0 101110 11001 10011000 1011110 100111

Color Harmonies of #06C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C068

Black with #06C068

Text Example


Text Example

White with #06C068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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