#618100

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

Shades of Olive #618100

Tints of Olive #618100

Color information

#618100 (or 0x618100) is unknown color: approx Olive. HEX triplet: 61, 81 and 00. RGB value is (97,129,0). Sum of RGB (Red+Green+Blue) = 97+129+0=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #618100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618100 is #9E7EFF. Grayscale: #696969. Windows color (decimal): -10387200 or 33121. OLE color: 33121.

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

Color convert

RGB971290-
CMYK0.25010.49
HSL74.88º100%25.29%-
HSV(B)74.88º100%50.59%-
XYZ12.7818.242.85-
YUV104.7368.9122.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 129 (50.78% from 255) = 57.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.92%
G=57.08%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9712900.25010.4974.8810025.29
Hex6181019064314b6419
Octal14120103101446111314431
Binary110000110000001011001011001001100011001011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618100; }

 p { color: rgb(97,129,0); }

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

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

 a { background-color: rgb(97,129,0); }

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

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

 span { border-color: rgb(97,129,0); }

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