Html Css Color HEX #068612 Green

📋 copy color: '#068612'

red 6 ◦ green 134 ◦ blue 18

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

Shades of Green #068612

Tints of Green #068612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 84.81%

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

R = 3.8%
G = 84.81%
B = 11.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#068612 (or 0x068612) is known color: Green. HEX triplet: 06, 86 and 12. RGB value is (6,134,18). Sum of RGB (Red+Green+Blue) = 6+134+18=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 134 (52.73% from 255 or 84.81% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 134 - color contains mainly: green. Hex color #068612 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068612 is #F979ED. Grayscale: #525252. Windows color (decimal): -16349678 or 1213958. OLE color: 1213958.

HSL color Cylindrical-coordinate representation of color #068612: hue angle of 125.62º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068612 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 18 -
CMYK 0.96 0 0.87 0.47
HSL 125.63º 0.91% 0.27% -
HSV(B) 125.63º 0.96% 0.53% -
XYZ 8.71 17.13 3.42 -
YUV 82.5 91.59 73.43 -
System Red Green Blue C M Y K H S L
Decimal 6 134 18 0.96 0 0.87 0.47 125.63 0.91 0.27
Hex 6 86 12 60 0 57 2F 7E 5B 1B
Octal 6 206 22 140 0 127 57 176 133 33
Binary 110 10000110 10010 1100000 0 1010111 101111 1111110 1011011 11011

Color Harmonies of #068612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068612

Black with #068612

Text Example


Text Example

White with #068612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068612; }

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

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

background-color css

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

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

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

border-color css

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

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

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