Html Css Color HEX #668F28 Olive Drab

📋 copy color: '#668F28'

red 102 ◦ green 143 ◦ blue 40

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

Shades of Olive Drab #668F28

Tints of Olive Drab #668F28

RGB

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

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

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

R = 35.79%
G = 50.18%
B = 14.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#668F28 (or 0x668F28) is known color: Olive Drab. HEX triplet: 66, 8F and 28. RGB value is (102,143,40). Sum of RGB (Red+Green+Blue) = 102+143+40=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #668F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668F28 is #9970D7. Grayscale: #777777. Windows color (decimal): -10055896 or 2658150. OLE color: 2658150.

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

Color convert

RGB 102 143 40 -
CMYK 0.29 0 0.72 0.44
HSL 83.88º 0.56% 0.36% -
HSV(B) 83.88º 0.72% 0.56% -
XYZ 15.68 22.62 5.55 -
YUV 119 83.42 115.88 -
System Red Green Blue C M Y K H S L
Decimal 102 143 40 0.29 0 0.72 0.44 83.88 0.56 0.36
Hex 66 8F 28 1D 0 48 2C 54 38 24
Octal 146 217 50 35 0 110 54 124 70 44
Binary 1100110 10001111 101000 11101 0 1001000 101100 1010100 111000 100100

Color Harmonies of #668F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F28

Black with #668F28

Text Example


Text Example

White with #668F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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