Html Css Color HEX #6C810E Olive Drab

📋 copy color: '#6C810E'

red 108 ◦ green 129 ◦ blue 14

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

Shades of Olive Drab #6C810E

Tints of Olive Drab #6C810E

RGB

 RED value IS 108 (42.58% from 255) = 43.03%

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

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 43.03%
G = 51.39%
B = 5.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#6C810E (or 0x6C810E) is known color: Olive Drab. HEX triplet: 6C, 81 and 0E. RGB value is (108,129,14). Sum of RGB (Red+Green+Blue) = 108+129+14=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #6C810E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C810E is #937EF1. Grayscale: #6E6E6E. Windows color (decimal): -9666290 or 950636. OLE color: 950636.

HSL color Cylindrical-coordinate representation of color #6C810E: hue angle of 70.96º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C810E is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 129 14 -
CMYK 0.16 0 0.89 0.49
HSL 70.96º 0.8% 0.28% -
HSV(B) 70.96º 0.89% 0.51% -
XYZ 14.11 18.92 3.32 -
YUV 109.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 108 129 14 0.16 0 0.89 0.49 70.96 0.8 0.28
Hex 6C 81 E 10 0 59 31 47 50 1C
Octal 154 201 16 20 0 131 61 107 120 34
Binary 1101100 10000001 1110 10000 0 1011001 110001 1000111 1010000 11100

Color Harmonies of #6C810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C810E

Black with #6C810E

Text Example


Text Example

White with #6C810E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,129,14); }

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

background-color css

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

 a { background-color: rgb(108,129,14); }

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

border-color css

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

 span { border-color: rgb(108,129,14); }

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