Html Css Color HEX #668D29 Olive Drab

📋 copy color: '#668D29'

red 102 ◦ green 141 ◦ blue 41

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

Shades of Olive Drab #668D29

Tints of Olive Drab #668D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 35.92%
G = 49.65%
B = 14.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#668D29 (or 0x668D29) is known color: Olive Drab. HEX triplet: 66, 8D and 29. RGB value is (102,141,41). Sum of RGB (Red+Green+Blue) = 102+141+41=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #668D29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D29 is #9972D6. Grayscale: #767676. Windows color (decimal): -10056407 or 2723174. OLE color: 2723174.

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

Color convert

RGB 102 141 41 -
CMYK 0.28 0 0.71 0.45
HSL 83.4º 0.55% 0.36% -
HSV(B) 83.4º 0.71% 0.55% -
XYZ 15.4 22.03 5.54 -
YUV 117.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 102 141 41 0.28 0 0.71 0.45 83.4 0.55 0.36
Hex 66 8D 29 1C 0 47 2D 53 37 24
Octal 146 215 51 34 0 107 55 123 67 44
Binary 1100110 10001101 101001 11100 0 1000111 101101 1010011 110111 100100

Color Harmonies of #668D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D29

Black with #668D29

Text Example


Text Example

White with #668D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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