#668800

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

Shades of Olive #668800

Tints of Olive #668800

Color information

#668800 (or 0x668800) is unknown color: approx Olive. HEX triplet: 66, 88 and 00. RGB value is (102,136,0). Sum of RGB (Red+Green+Blue) = 102+136+0=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #668800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668800 is #9977FF. Grayscale: #6E6E6E. Windows color (decimal): -10057728 or 34918. OLE color: 34918.

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

Color convert

RGB1021360-
CMYK0.25010.47
HSL75º100%26.67%-
HSV(B)75º100%53.33%-
XYZ14.2820.433.19-
YUV110.3365.74122.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 136 (53.52% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10213600.25010.477510026.67
Hex66880190642F4b641b
Octal14621003101445711314433
Binary110011010001000011001011001001011111001011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668800; }

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

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

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

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

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

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

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

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