Html Css Color HEX #6A812A Olive Drab

📋 copy color: '#6A812A'

red 106 ◦ green 129 ◦ blue 42

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

Shades of Olive Drab #6A812A

Tints of Olive Drab #6A812A

RGB

 RED value IS 106 (41.8% from 255) = 38.27%

 GREEN value IS 129 (50.78% from 255) = 46.57%

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 38.27%
G = 46.57%
B = 15.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#6A812A (or 0x6A812A) is known color: Olive Drab. HEX triplet: 6A, 81 and 2A. RGB value is (106,129,42). Sum of RGB (Red+Green+Blue) = 106+129+42=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #6A812A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A812A is #957ED5. Grayscale: #707070. Windows color (decimal): -9797334 or 2785642. OLE color: 2785642.

HSL color Cylindrical-coordinate representation of color #6A812A: hue angle of 75.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A812A is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 129 42 -
CMYK 0.18 0 0.67 0.49
HSL 75.86º 0.51% 0.34% -
HSV(B) 75.86º 0.67% 0.51% -
XYZ 14.21 18.93 5.1 -
YUV 112.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 106 129 42 0.18 0 0.67 0.49 75.86 0.51 0.34
Hex 6A 81 2A 12 0 43 31 4C 33 22
Octal 152 201 52 22 0 103 61 114 63 42
Binary 1101010 10000001 101010 10010 0 1000011 110001 1001100 110011 100010

Color Harmonies of #6A812A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A812A

Black with #6A812A

Text Example


Text Example

White with #6A812A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A812A; }

 p { color: rgb(106,129,42); }

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

background-color css

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

 a { background-color: rgb(106,129,42); }

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

border-color css

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

 span { border-color: rgb(106,129,42); }

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