Html Css Color HEX #6C8714 Olive Drab

📋 copy color: '#6C8714'

red 108 ◦ green 135 ◦ blue 20

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

Shades of Olive Drab #6C8714

Tints of Olive Drab #6C8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.33%

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 41.06%
G = 51.33%
B = 7.6%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#6C8714 (or 0x6C8714) is known color: Olive Drab. HEX triplet: 6C, 87 and 14. RGB value is (108,135,20). Sum of RGB (Red+Green+Blue) = 108+135+20=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8714 is #9378EB. Grayscale: #727272. Windows color (decimal): -9664748 or 1345388. OLE color: 1345388.

HSL color Cylindrical-coordinate representation of color #6C8714: hue angle of 74.09º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C8714 is Cyan = 0.2, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 20 -
CMYK 0.2 0 0.85 0.47
HSL 74.09º 0.74% 0.3% -
HSV(B) 74.09º 0.85% 0.53% -
XYZ 14.97 20.57 3.84 -
YUV 113.82 75.05 123.85 -
System Red Green Blue C M Y K H S L
Decimal 108 135 20 0.2 0 0.85 0.47 74.09 0.74 0.3
Hex 6C 87 14 14 0 55 2F 4A 4A 1E
Octal 154 207 24 24 0 125 57 112 112 36
Binary 1101100 10000111 10100 10100 0 1010101 101111 1001010 1001010 11110

Color Harmonies of #6C8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8714

Black with #6C8714

Text Example


Text Example

White with #6C8714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,135,20); }

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

background-color css

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

 a { background-color: rgb(108,135,20); }

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

border-color css

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

 span { border-color: rgb(108,135,20); }

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