Html Css Color HEX #068212 Green

📋 copy color: '#068212'

red 6 ◦ green 130 ◦ blue 18

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

Shades of Green #068212

Tints of Green #068212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 84.42%

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

R = 3.9%
G = 84.42%
B = 11.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#068212 (or 0x068212) is known color: Green. HEX triplet: 06, 82 and 12. RGB value is (6,130,18). Sum of RGB (Red+Green+Blue) = 6+130+18=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 130 (51.17% from 255 or 84.42% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 130 - color contains mainly: green. Hex color #068212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068212 is #F97DED. Grayscale: #505050. Windows color (decimal): -16350702 or 1212934. OLE color: 1212934.

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

Color convert

RGB 6 130 18 -
CMYK 0.95 0 0.86 0.49
HSL 125.81º 0.91% 0.27% -
HSV(B) 125.81º 0.95% 0.51% -
XYZ 8.17 16.05 3.24 -
YUV 80.16 92.92 75.11 -
System Red Green Blue C M Y K H S L
Decimal 6 130 18 0.95 0 0.86 0.49 125.81 0.91 0.27
Hex 6 82 12 5F 0 56 31 7E 5B 1B
Octal 6 202 22 137 0 126 61 176 133 33
Binary 110 10000010 10010 1011111 0 1010110 110001 1111110 1011011 11011

Color Harmonies of #068212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068212

Black with #068212

Text Example


Text Example

White with #068212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068212; }

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

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

background-color css

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

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

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

border-color css

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

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

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