Html Css Color HEX #668529 Olive Drab

📋 copy color: '#668529'

red 102 ◦ green 133 ◦ blue 41

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

Shades of Olive Drab #668529

Tints of Olive Drab #668529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.19%

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

R = 36.96%
G = 48.19%
B = 14.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#668529 (or 0x668529) is known color: Olive Drab. HEX triplet: 66, 85 and 29. RGB value is (102,133,41). Sum of RGB (Red+Green+Blue) = 102+133+41=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #668529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668529 is #997AD6. Grayscale: #717171. Windows color (decimal): -10058455 or 2721126. OLE color: 2721126.

HSL color Cylindrical-coordinate representation of color #668529: hue angle of 80.22º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #668529 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 41 -
CMYK 0.23 0 0.69 0.48
HSL 80.22º 0.53% 0.34% -
HSV(B) 80.22º 0.69% 0.52% -
XYZ 14.27 19.76 5.16 -
YUV 113.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 102 133 41 0.23 0 0.69 0.48 80.22 0.53 0.34
Hex 66 85 29 17 0 45 30 50 35 22
Octal 146 205 51 27 0 105 60 120 65 42
Binary 1100110 10000101 101001 10111 0 1000101 110000 1010000 110101 100010

Color Harmonies of #668529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668529

Black with #668529

Text Example


Text Example

White with #668529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668529; }

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

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

background-color css

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

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

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

border-color css

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

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

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