#637D00

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

Shades of Olive #637D00

Tints of Olive #637D00

Color information

#637D00 (or 0x637D00) is unknown color: approx Olive. HEX triplet: 63, 7D and 00. RGB value is (99,125,0). Sum of RGB (Red+Green+Blue) = 99+125+0=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #637D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637D00 is #9C82FF. Grayscale: #676767. Windows color (decimal): -10257152 or 32099. OLE color: 32099.

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

Color convert

RGB991250-
CMYK0.21010.51
HSL72.48º100%24.51%-
HSV(B)72.48º100%49.02%-
XYZ12.4817.322.69-
YUV102.9869.89125.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 125 (49.22% from 255) = 55.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.20%
G=55.80%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9912500.21010.5172.4810024.51
Hex637D01506433486419
Octal14317502501446311014431
Binary11000111111101010101011001001100111001000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637D00; }

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

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

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

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

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

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

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

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