#637900

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

Shades of Olive #637900

Tints of Olive #637900

Color information

#637900 (or 0x637900) is unknown color: approx Olive. HEX triplet: 63, 79 and 00. RGB value is (99,121,0). Sum of RGB (Red+Green+Blue) = 99+121+0=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #637900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637900 is #9C86FF. Grayscale: #656565. Windows color (decimal): -10258176 or 31075. OLE color: 31075.

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

Color convert

RGB991210-
CMYK0.18010.53
HSL70.91º100%23.73%-
HSV(B)70.91º100%47.45%-
XYZ11.9816.332.52-
YUV100.6371.21126.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 121 (47.66% from 255) = 55%
BLUE value IS 0 (0.39% from 255) = 0%
R=45%
G=55%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9912100.18010.5370.9110023.73
Hex637901206435476418
Octal14317102201446510714430
Binary11000111111001010010011001001101011000111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637900; }

 p { color: rgb(99,121,0); }

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

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

 a { background-color: rgb(99,121,0); }

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

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

 span { border-color: rgb(99,121,0); }

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