Html Css Color HEX #668015 Olive Drab

📋 copy color: '#668015'

red 102 ◦ green 128 ◦ blue 21

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

Shades of Olive Drab #668015

Tints of Olive Drab #668015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 40.64%
G = 51%
B = 8.37%

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

#668015 (or 0x668015) is known color: Olive Drab. HEX triplet: 66, 80 and 15. RGB value is (102,128,21). Sum of RGB (Red+Green+Blue) = 102+128+21=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #668015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668015 is #997FEA. Grayscale: #6C6C6C. Windows color (decimal): -10059755 or 1409126. OLE color: 1409126.

HSL color Cylindrical-coordinate representation of color #668015: hue angle of 74.58º degrees, saturation: 0.72, 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 #668015 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 21 -
CMYK 0.20 0 0.84 0.50
HSL 74.58º 0.72% 0.29% -
HSV(B) 74.58º 0.84% 0.5% -
XYZ 13.33 18.32 3.54 -
YUV 108.03 78.89 123.7 -
System Red Green Blue C M Y K H S L
Decimal 102 128 21 0.20 0 0.84 0.50 74.58 0.72 0.29
Hex 66 80 15 14 0 54 32 4B 48 1D
Octal 146 200 25 24 0 124 62 113 110 35
Binary 1100110 10000000 10101 10100 0 1010100 110010 1001011 1001000 11101

Color Harmonies of #668015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668015

Black with #668015

Text Example


Text Example

White with #668015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668015; }

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

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

background-color css

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

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

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

border-color css

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

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

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