#637700

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

Shades of Olive #637700

Tints of Olive #637700

Color information

#637700 (or 0x637700) is unknown color: approx Olive. HEX triplet: 63, 77 and 00. RGB value is (99,119,0). Sum of RGB (Red+Green+Blue) = 99+119+0=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #637700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637700 is #9C88FF. Grayscale: #636363. Windows color (decimal): -10258688 or 30563. OLE color: 30563.

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

Color convert

RGB991190-
CMYK0.17010.53
HSL70.08º100%23.33%-
HSV(B)70.08º100%46.67%-
XYZ11.7415.852.44-
YUV99.4571.87127.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.41%
G=54.59%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9911900.17010.5370.0810023.33
Hex637701106435466417
Octal14316702101446510614427
Binary11000111110111010001011001001101011000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637700; }

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

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

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

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

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

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

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

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