#638702

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

Shades of Olive Drab #638702

Tints of Olive Drab #638702

Color information

#638702 (or 0x638702) is unknown color: approx Olive Drab. HEX triplet: 63, 87 and 02. RGB value is (99,135,2). Sum of RGB (Red+Green+Blue) = 99+135+2=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #638702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638702 is #9C78FD. Grayscale: #6D6D6D. Windows color (decimal): -10254590 or 165731. OLE color: 165731.

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

Color convert

RGB991352-
CMYK0.2700.990.47
HSL76.24º97.08%26.86%-
HSV(B)76.24º98.52%52.94%-
XYZ13.8219.983.19-
YUV109.0767.57120.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 135 (53.12% from 255) = 57.20%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=41.95%
G=57.20%
B=0.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9913520.2700.990.4776.2497.0826.86
Hex638721B0632F4c611b
Octal14320723301435711414133
Binary1100011100001111011011011000111011111001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638702; }

 p { color: rgb(99,135,2); }

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

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

 a { background-color: rgb(99,135,2); }

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

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

 span { border-color: rgb(99,135,2); }

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