Html Css Color HEX #668F15 Olive Drab

📋 copy color: '#668F15'

red 102 ◦ green 143 ◦ blue 21

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

Shades of Olive Drab #668F15

Tints of Olive Drab #668F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.76%

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

R = 38.35%
G = 53.76%
B = 7.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#668F15 (or 0x668F15) is known color: Olive Drab. HEX triplet: 66, 8F and 15. RGB value is (102,143,21). Sum of RGB (Red+Green+Blue) = 102+143+21=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #668F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668F15 is #9970EA. Grayscale: #757575. Windows color (decimal): -10055915 or 1412966. OLE color: 1412966.

HSL color Cylindrical-coordinate representation of color #668F15: hue angle of 80.16º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #668F15 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 21 -
CMYK 0.29 0 0.85 0.44
HSL 80.16º 0.74% 0.32% -
HSV(B) 80.16º 0.85% 0.56% -
XYZ 15.44 22.52 4.24 -
YUV 116.83 73.92 117.42 -
System Red Green Blue C M Y K H S L
Decimal 102 143 21 0.29 0 0.85 0.44 80.16 0.74 0.32
Hex 66 8F 15 1D 0 55 2C 50 4A 20
Octal 146 217 25 35 0 125 54 120 112 40
Binary 1100110 10001111 10101 11101 0 1010101 101100 1010000 1001010 100000

Color Harmonies of #668F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F15

Black with #668F15

Text Example


Text Example

White with #668F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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