Html Css Color HEX #668014 Olive Drab

📋 copy color: '#668014'

red 102 ◦ green 128 ◦ blue 20

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

Shades of Olive Drab #668014

Tints of Olive Drab #668014

RGB

 RED value IS 102 (40.23% from 255) = 40.8%

 GREEN value IS 128 (50.39% from 255) = 51.2%

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

R = 40.8%
G = 51.2%
B = 8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#668014 (or 0x668014) is known color: Olive Drab. HEX triplet: 66, 80 and 14. RGB value is (102,128,20). Sum of RGB (Red+Green+Blue) = 102+128+20=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #668014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668014 is #997FEB. Grayscale: #6C6C6C. Windows color (decimal): -10059756 or 1343590. OLE color: 1343590.

HSL color Cylindrical-coordinate representation of color #668014: hue angle of 74.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #668014 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 20 -
CMYK 0.20 0 0.84 0.50
HSL 74.44º 0.73% 0.29% -
HSV(B) 74.44º 0.84% 0.5% -
XYZ 13.32 18.31 3.49 -
YUV 107.91 78.39 123.78 -
System Red Green Blue C M Y K H S L
Decimal 102 128 20 0.20 0 0.84 0.50 74.44 0.73 0.29
Hex 66 80 14 14 0 54 32 4A 49 1D
Octal 146 200 24 24 0 124 62 112 111 35
Binary 1100110 10000000 10100 10100 0 1010100 110010 1001010 1001001 11101

Color Harmonies of #668014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668014

Black with #668014

Text Example


Text Example

White with #668014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668014; }

 p { color: rgb(102,128,20); }

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

background-color css

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

 a { background-color: rgb(102,128,20); }

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

border-color css

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

 span { border-color: rgb(102,128,20); }

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