Html Css Color HEX #6C9414 Olive Drab

📋 copy color: '#6C9414'

red 108 ◦ green 148 ◦ blue 20

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

Shades of Olive Drab #6C9414

Tints of Olive Drab #6C9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

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

R = 39.13%
G = 53.62%
B = 7.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#6C9414 (or 0x6C9414) is known color: Olive Drab. HEX triplet: 6C, 94 and 14. RGB value is (108,148,20). Sum of RGB (Red+Green+Blue) = 108+148+20=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9414 is #936BEB. Grayscale: #797979. Windows color (decimal): -9661420 or 1348716. OLE color: 1348716.

HSL color Cylindrical-coordinate representation of color #6C9414: hue angle of 78.75º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C9414 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 148 20 -
CMYK 0.27 0 0.86 0.42
HSL 78.75º 0.76% 0.33% -
HSV(B) 78.75º 0.86% 0.58% -
XYZ 16.9 24.42 4.48 -
YUV 121.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 108 148 20 0.27 0 0.86 0.42 78.75 0.76 0.33
Hex 6C 94 14 1B 0 56 2A 4F 4C 21
Octal 154 224 24 33 0 126 52 117 114 41
Binary 1101100 10010100 10100 11011 0 1010110 101010 1001111 1001100 100001

Color Harmonies of #6C9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9414

Black with #6C9414

Text Example


Text Example

White with #6C9414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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