Html Css Color HEX #668D28 Olive Drab

📋 copy color: '#668D28'

red 102 ◦ green 141 ◦ blue 40

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

Shades of Olive Drab #668D28

Tints of Olive Drab #668D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.82%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 36.04%
G = 49.82%
B = 14.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#668D28 (or 0x668D28) is known color: Olive Drab. HEX triplet: 66, 8D and 28. RGB value is (102,141,40). Sum of RGB (Red+Green+Blue) = 102+141+40=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #668D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D28 is #9972D7. Grayscale: #767676. Windows color (decimal): -10056408 or 2657638. OLE color: 2657638.

HSL color Cylindrical-coordinate representation of color #668D28: hue angle of 83.17º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #668D28 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 141 40 -
CMYK 0.28 0 0.72 0.45
HSL 83.17º 0.56% 0.35% -
HSV(B) 83.17º 0.72% 0.55% -
XYZ 15.39 22.03 5.45 -
YUV 117.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 102 141 40 0.28 0 0.72 0.45 83.17 0.56 0.35
Hex 66 8D 28 1C 0 48 2D 53 38 23
Octal 146 215 50 34 0 110 55 123 70 43
Binary 1100110 10001101 101000 11100 0 1001000 101101 1010011 111000 100011

Color Harmonies of #668D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D28

Black with #668D28

Text Example


Text Example

White with #668D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,141,40); }

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

background-color css

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

 a { background-color: rgb(102,141,40); }

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

border-color css

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

 span { border-color: rgb(102,141,40); }

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