Html Css Color HEX #068210 Green

📋 copy color: '#068210'

red 6 ◦ green 130 ◦ blue 16

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

Shades of Green #068210

Tints of Green #068210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 3.95%
G = 85.53%
B = 10.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#068210 (or 0x068210) is known color: Green. HEX triplet: 06, 82 and 10. RGB value is (6,130,16). Sum of RGB (Red+Green+Blue) = 6+130+16=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 130 (51.17% from 255 or 85.53% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 130 - color contains mainly: green. Hex color #068210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068210 is #F97DEF. Grayscale: #505050. Windows color (decimal): -16350704 or 1081862. OLE color: 1081862.

HSL color Cylindrical-coordinate representation of color #068210: hue angle of 124.84º 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 #068210 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 16 -
CMYK 0.95 0 0.88 0.49
HSL 124.84º 0.91% 0.27% -
HSV(B) 124.84º 0.95% 0.51% -
XYZ 8.15 16.04 3.16 -
YUV 79.93 91.92 75.27 -
System Red Green Blue C M Y K H S L
Decimal 6 130 16 0.95 0 0.88 0.49 124.84 0.91 0.27
Hex 6 82 10 5F 0 58 31 7D 5B 1B
Octal 6 202 20 137 0 130 61 175 133 33
Binary 110 10000010 10000 1011111 0 1011000 110001 1111101 1011011 11011

Color Harmonies of #068210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068210

Black with #068210

Text Example


Text Example

White with #068210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068210; }

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

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

background-color css

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

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

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

border-color css

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

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

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