Html Css Color HEX #6B812D Olive Drab

📋 copy color: '#6B812D'

red 107 ◦ green 129 ◦ blue 45

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

Shades of Olive Drab #6B812D

Tints of Olive Drab #6B812D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 38.08%
G = 45.91%
B = 16.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#6B812D (or 0x6B812D) is known color: Olive Drab. HEX triplet: 6B, 81 and 2D. RGB value is (107,129,45). Sum of RGB (Red+Green+Blue) = 107+129+45=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #6B812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B812D is #947ED2. Grayscale: #717171. Windows color (decimal): -9731795 or 2982251. OLE color: 2982251.

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

Color convert

RGB 107 129 45 -
CMYK 0.17 0 0.65 0.49
HSL 75.71º 0.48% 0.34% -
HSV(B) 75.71º 0.65% 0.51% -
XYZ 14.39 19.02 5.39 -
YUV 112.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 107 129 45 0.17 0 0.65 0.49 75.71 0.48 0.34
Hex 6B 81 2D 11 0 41 31 4C 30 22
Octal 153 201 55 21 0 101 61 114 60 42
Binary 1101011 10000001 101101 10001 0 1000001 110001 1001100 110000 100010

Color Harmonies of #6B812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B812D

Black with #6B812D

Text Example


Text Example

White with #6B812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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