Html Css Color HEX #6C861F Olive Drab

📋 copy color: '#6C861F'

red 108 ◦ green 134 ◦ blue 31

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

Shades of Olive Drab #6C861F

Tints of Olive Drab #6C861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.08%

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 39.56%
G = 49.08%
B = 11.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#6C861F (or 0x6C861F) is known color: Olive Drab. HEX triplet: 6C, 86 and 1F. RGB value is (108,134,31). Sum of RGB (Red+Green+Blue) = 108+134+31=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #6C861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C861F is #9379E0. Grayscale: #727272. Windows color (decimal): -9664993 or 2066028. OLE color: 2066028.

HSL color Cylindrical-coordinate representation of color #6C861F: hue angle of 75.15º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C861F is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 134 31 -
CMYK 0.19 0 0.77 0.47
HSL 75.15º 0.62% 0.32% -
HSV(B) 75.15º 0.77% 0.53% -
XYZ 14.96 20.34 4.43 -
YUV 114.48 80.89 123.38 -
System Red Green Blue C M Y K H S L
Decimal 108 134 31 0.19 0 0.77 0.47 75.15 0.62 0.32
Hex 6C 86 1F 13 0 4D 2F 4B 3E 20
Octal 154 206 37 23 0 115 57 113 76 40
Binary 1101100 10000110 11111 10011 0 1001101 101111 1001011 111110 100000

Color Harmonies of #6C861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C861F

Black with #6C861F

Text Example


Text Example

White with #6C861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,134,31); }

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

background-color css

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

 a { background-color: rgb(108,134,31); }

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

border-color css

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

 span { border-color: rgb(108,134,31); }

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