Html Css Color HEX #068012 Green

📋 copy color: '#068012'

red 6 ◦ green 128 ◦ blue 18

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

Shades of Green #068012

Tints of Green #068012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 84.21%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 3.95%
G = 84.21%
B = 11.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#068012 (or 0x068012) is known color: Green. HEX triplet: 06, 80 and 12. RGB value is (6,128,18). Sum of RGB (Red+Green+Blue) = 6+128+18=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 128 (50.39% from 255 or 84.21% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 128 - color contains mainly: green. Hex color #068012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068012 is #F97FED. Grayscale: #4F4F4F. Windows color (decimal): -16351214 or 1212422. OLE color: 1212422.

HSL color Cylindrical-coordinate representation of color #068012: hue angle of 125.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068012 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 128 18 -
CMYK 0.95 0 0.86 0.50
HSL 125.9º 0.91% 0.26% -
HSV(B) 125.9º 0.95% 0.5% -
XYZ 7.9 15.52 3.15 -
YUV 78.98 93.58 75.94 -
System Red Green Blue C M Y K H S L
Decimal 6 128 18 0.95 0 0.86 0.50 125.9 0.91 0.26
Hex 6 80 12 5F 0 56 32 7E 5B 1A
Octal 6 200 22 137 0 126 62 176 133 32
Binary 110 10000000 10010 1011111 0 1010110 110010 1111110 1011011 11010

Color Harmonies of #068012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068012

Black with #068012

Text Example


Text Example

White with #068012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068012; }

 p { color: rgb(6,128,18); }

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

background-color css

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

 a { background-color: rgb(6,128,18); }

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

border-color css

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

 span { border-color: rgb(6,128,18); }

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