Html Css Color HEX #6B811C Olive Drab

📋 copy color: '#6B811C'

red 107 ◦ green 129 ◦ blue 28

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

Shades of Olive Drab #6B811C

Tints of Olive Drab #6B811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 40.53%
G = 48.86%
B = 10.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#6B811C (or 0x6B811C) is known color: Olive Drab. HEX triplet: 6B, 81 and 1C. RGB value is (107,129,28). Sum of RGB (Red+Green+Blue) = 107+129+28=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #6B811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B811C is #947EE3. Grayscale: #6F6F6F. Windows color (decimal): -9731812 or 1868139. OLE color: 1868139.

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

Color convert

RGB 107 129 28 -
CMYK 0.17 0 0.78 0.49
HSL 73.07º 0.64% 0.31% -
HSV(B) 73.07º 0.78% 0.51% -
XYZ 14.12 18.91 4 -
YUV 110.91 81.21 125.21 -
System Red Green Blue C M Y K H S L
Decimal 107 129 28 0.17 0 0.78 0.49 73.07 0.64 0.31
Hex 6B 81 1C 11 0 4E 31 49 40 1F
Octal 153 201 34 21 0 116 61 111 100 37
Binary 1101011 10000001 11100 10001 0 1001110 110001 1001001 1000000 11111

Color Harmonies of #6B811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B811C

Black with #6B811C

Text Example


Text Example

White with #6B811C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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