Html Css Color HEX #668532 Olive Drab

📋 copy color: '#668532'

red 102 ◦ green 133 ◦ blue 50

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

Shades of Olive Drab #668532

Tints of Olive Drab #668532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 35.79%
G = 46.67%
B = 17.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#668532 (or 0x668532) is known color: Olive Drab. HEX triplet: 66, 85 and 32. RGB value is (102,133,50). Sum of RGB (Red+Green+Blue) = 102+133+50=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #668532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668532 is #997ACD. Grayscale: #727272. Windows color (decimal): -10058446 or 3310950. OLE color: 3310950.

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

Color convert

RGB 102 133 50 -
CMYK 0.23 0 0.62 0.48
HSL 82.41º 0.45% 0.36% -
HSV(B) 82.41º 0.62% 0.52% -
XYZ 14.44 19.83 6.08 -
YUV 114.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 102 133 50 0.23 0 0.62 0.48 82.41 0.45 0.36
Hex 66 85 32 17 0 3E 30 52 2D 24
Octal 146 205 62 27 0 76 60 122 55 44
Binary 1100110 10000101 110010 10111 0 111110 110000 1010010 101101 100100

Color Harmonies of #668532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668532

Black with #668532

Text Example


Text Example

White with #668532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668532; }

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

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

background-color css

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

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

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

border-color css

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

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

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