Html Css Color HEX #6B812C Olive Drab

📋 copy color: '#6B812C'

red 107 ◦ green 129 ◦ blue 44

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

Shades of Olive Drab #6B812C

Tints of Olive Drab #6B812C

RGB

 RED value IS 107 (42.19% from 255) = 38.21%

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

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 38.21%
G = 46.07%
B = 15.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#6B812C (or 0x6B812C) is known color: Olive Drab. HEX triplet: 6B, 81 and 2C. RGB value is (107,129,44). Sum of RGB (Red+Green+Blue) = 107+129+44=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #6B812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B812C is #947ED3. Grayscale: #717171. Windows color (decimal): -9731796 or 2916715. OLE color: 2916715.

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

Color convert

RGB 107 129 44 -
CMYK 0.17 0 0.66 0.49
HSL 75.53º 0.49% 0.34% -
HSV(B) 75.53º 0.66% 0.51% -
XYZ 14.37 19.01 5.29 -
YUV 112.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 107 129 44 0.17 0 0.66 0.49 75.53 0.49 0.34
Hex 6B 81 2C 11 0 42 31 4C 31 22
Octal 153 201 54 21 0 102 61 114 61 42
Binary 1101011 10000001 101100 10001 0 1000010 110001 1001100 110001 100010

Color Harmonies of #6B812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B812C

Black with #6B812C

Text Example


Text Example

White with #6B812C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,129,44); }

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

background-color css

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

 a { background-color: rgb(107,129,44); }

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

border-color css

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

 span { border-color: rgb(107,129,44); }

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