#637A00

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

Shades of Olive #637A00

Tints of Olive #637A00

Color information

#637A00 (or 0x637A00) is unknown color: approx Olive. HEX triplet: 63, 7A and 00. RGB value is (99,122,0). Sum of RGB (Red+Green+Blue) = 99+122+0=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #637A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637A00 is #9C85FF. Grayscale: #656565. Windows color (decimal): -10257920 or 31331. OLE color: 31331.

HSL color Cylindrical-coordinate representation of color #637A00: hue angle of 71.31º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #637A00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB991220-
CMYK0.19010.52
HSL71.31º100%23.92%-
HSV(B)71.31º100%47.84%-
XYZ12.1116.572.56-
YUV101.2170.88126.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 122 (48.05% from 255) = 55.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.80%
G=55.20%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9912200.19010.5271.3110023.92
Hex637A01306434476418
Octal14317202301446410714430
Binary11000111111010010011011001001101001000111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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