Html Css Color HEX #668A28 Olive Drab

📋 copy color: '#668A28'

red 102 ◦ green 138 ◦ blue 40

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

Shades of Olive Drab #668A28

Tints of Olive Drab #668A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.29%

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

R = 36.43%
G = 49.29%
B = 14.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#668A28 (or 0x668A28) is known color: Olive Drab. HEX triplet: 66, 8A and 28. RGB value is (102,138,40). Sum of RGB (Red+Green+Blue) = 102+138+40=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #668A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A28 is #9975D7. Grayscale: #747474. Windows color (decimal): -10057176 or 2656870. OLE color: 2656870.

HSL color Cylindrical-coordinate representation of color #668A28: hue angle of 82.04º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #668A28 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 138 40 -
CMYK 0.26 0 0.71 0.46
HSL 82.04º 0.55% 0.35% -
HSV(B) 82.04º 0.71% 0.54% -
XYZ 14.95 21.15 5.3 -
YUV 116.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 102 138 40 0.26 0 0.71 0.46 82.04 0.55 0.35
Hex 66 8A 28 1A 0 47 2E 52 37 23
Octal 146 212 50 32 0 107 56 122 67 43
Binary 1100110 10001010 101000 11010 0 1000111 101110 1010010 110111 100011

Color Harmonies of #668A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668A28

Black with #668A28

Text Example


Text Example

White with #668A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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