#668630

Color #668630 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #668630

Tints of Olive Drab #668630

Color information

#668630 (or 0x668630) is unknown color: approx Olive Drab. HEX triplet: 66, 86 and 30. RGB value is (102,134,48). Sum of RGB (Red+Green+Blue) = 102+134+48=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #668630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668630 is #9979CF. Grayscale: #727272. Windows color (decimal): -10058192 or 3180134. OLE color: 3180134.

HSL color Cylindrical-coordinate representation of color #668630: hue angle of 82.33º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #668630 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB10213448-
CMYK0.2400.640.47
HSL82.33º47.25%35.69%-
HSV(B)82.33º64.18%52.55%-
XYZ14.5420.095.91-
YUV114.6390.4118.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=35.92%
G=47.18%
B=16.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134480.2400.640.4782.3347.2535.69
Hex668630180402F522f24
Octal14620660300100571225744
Binary11001101000011011000011000010000001011111010010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668630; }

 p { color: rgb(102,134,48); }

 H1.HeaderClassName
 {
   color: #668630;
 }
 .AnyTagClassName
 {
   color: #668630;
 }
</style>
background-color css

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

 a { background-color: rgb(102,134,48); }

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

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

 span { border-color: rgb(102,134,48); }

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