#668230

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

Shades of Olive Drab #668230

Tints of Olive Drab #668230

Color information

#668230 (or 0x668230) is unknown color: approx Olive Drab. HEX triplet: 66, 82 and 30. RGB value is (102,130,48). Sum of RGB (Red+Green+Blue) = 102+130+48=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #668230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668230 is #997DCF. Grayscale: #707070. Windows color (decimal): -10059216 or 3179110. OLE color: 3179110.

HSL color Cylindrical-coordinate representation of color #668230: hue angle of 80.49º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #668230 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB10213048-
CMYK0.2200.630.49
HSL80.49º46.07%34.9%-
HSV(B)80.49º63.08%50.98%-
XYZ14195.73-
YUV112.2891.72120.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=36.43%
G=46.43%
B=17.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130480.2200.630.4980.4946.0734.9
Hex6682301603F31502e23
Octal1462026026077611205643
Binary1100110100000101100001011001111111100011010000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668230; }

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

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

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

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

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

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

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

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