Html Css Color HEX #668E0F Olive Drab

📋 copy color: '#668E0F'

red 102 ◦ green 142 ◦ blue 15

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

Shades of Olive Drab #668E0F

Tints of Olive Drab #668E0F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 54.83%

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 39.38%
G = 54.83%
B = 5.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#668E0F (or 0x668E0F) is known color: Olive Drab. HEX triplet: 66, 8E and 0F. RGB value is (102,142,15). Sum of RGB (Red+Green+Blue) = 102+142+15=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 142 (55.86% from 255 or 54.83% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 142 - color contains mainly: green. Hex color #668E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668E0F is #9971F0. Grayscale: #747474. Windows color (decimal): -10056177 or 1019494. OLE color: 1019494.

HSL color Cylindrical-coordinate representation of color #668E0F: hue angle of 78.9º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #668E0F is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 142 15 -
CMYK 0.28 0 0.89 0.44
HSL 78.9º 0.81% 0.31% -
HSV(B) 78.9º 0.89% 0.56% -
XYZ 15.24 22.21 3.93 -
YUV 115.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 102 142 15 0.28 0 0.89 0.44 78.9 0.81 0.31
Hex 66 8E F 1C 0 59 2C 4F 51 1F
Octal 146 216 17 34 0 131 54 117 121 37
Binary 1100110 10001110 1111 11100 0 1011001 101100 1001111 1010001 11111

Color Harmonies of #668E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668E0F

Black with #668E0F

Text Example


Text Example

White with #668E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,142,15); }

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

background-color css

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

 a { background-color: rgb(102,142,15); }

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

border-color css

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

 span { border-color: rgb(102,142,15); }

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