Html Css Color HEX #668524 Olive Drab

📋 copy color: '#668524'

red 102 ◦ green 133 ◦ blue 36

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

Shades of Olive Drab #668524

Tints of Olive Drab #668524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 37.64%
G = 49.08%
B = 13.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#668524 (or 0x668524) is known color: Olive Drab. HEX triplet: 66, 85 and 24. RGB value is (102,133,36). Sum of RGB (Red+Green+Blue) = 102+133+36=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #668524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668524 is #997ADB. Grayscale: #717171. Windows color (decimal): -10058460 or 2393446. OLE color: 2393446.

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

Color convert

RGB 102 133 36 -
CMYK 0.23 0 0.73 0.48
HSL 79.18º 0.57% 0.33% -
HSV(B) 79.18º 0.73% 0.52% -
XYZ 14.19 19.73 4.73 -
YUV 112.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 102 133 36 0.23 0 0.73 0.48 79.18 0.57 0.33
Hex 66 85 24 17 0 49 30 4F 39 21
Octal 146 205 44 27 0 111 60 117 71 41
Binary 1100110 10000101 100100 10111 0 1001001 110000 1001111 111001 100001

Color Harmonies of #668524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668524

Black with #668524

Text Example


Text Example

White with #668524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668524; }

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

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

background-color css

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

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

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

border-color css

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

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

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