#668826

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

Shades of Olive Drab #668826

Tints of Olive Drab #668826

Color information

#668826 (or 0x668826) is unknown color: approx Olive Drab. HEX triplet: 66, 88 and 26. RGB value is (102,136,38). Sum of RGB (Red+Green+Blue) = 102+136+38=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #668826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668826 is #9977D9. Grayscale: #737373. Windows color (decimal): -10057690 or 2525286. OLE color: 2525286.

HSL color Cylindrical-coordinate representation of color #668826: hue angle of 80.82º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #668826 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB10213638-
CMYK0.2500.720.47
HSL80.82º56.32%34.12%-
HSV(B)80.82º72.06%53.33%-
XYZ14.6320.575.03-
YUV114.6684.74118.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 136 (53.52% from 255) = 49.28%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=36.96%
G=49.28%
B=13.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136380.2500.720.4780.8256.3234.12
Hex668826190482F513822
Octal14621046310110571217042
Binary11001101000100010011011001010010001011111010001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668826; }

 p { color: rgb(102,136,38); }

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

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

 a { background-color: rgb(102,136,38); }

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

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

 span { border-color: rgb(102,136,38); }

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