#638F1B

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

Shades of Olive Drab #638F1B

Tints of Olive Drab #638F1B

Color information

#638F1B (or 0x638F1B) is unknown color: approx Olive Drab. HEX triplet: 63, 8F and 1B. RGB value is (99,143,27). Sum of RGB (Red+Green+Blue) = 99+143+27=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #638F1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638F1B is #9C70E4. Grayscale: #757575. Windows color (decimal): -10252517 or 1806179. OLE color: 1806179.

HSL color Cylindrical-coordinate representation of color #638F1B: hue angle of 82.76º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #638F1B is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB9914327-
CMYK0.3100.810.44
HSL82.76º68.24%33.33%-
HSV(B)82.76º81.12%56.08%-
XYZ15.1722.384.56-
YUV116.6277.42115.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 143 (56.25% from 255) = 53.16%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=36.80%
G=53.16%
B=10.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99143270.3100.810.4482.7668.2433.33
Hex638F1B1F0512C534421
Octal143217333701215412310441
Binary11000111000111111011111110101000110110010100111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638F1B; }

 p { color: rgb(99,143,27); }

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

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

 a { background-color: rgb(99,143,27); }

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

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

 span { border-color: rgb(99,143,27); }

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