#638016

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

Shades of Olive Drab #638016

Tints of Olive Drab #638016

Color information

#638016 (or 0x638016) is unknown color: approx Olive Drab. HEX triplet: 63, 80 and 16. RGB value is (99,128,22). Sum of RGB (Red+Green+Blue) = 99+128+22=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #638016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638016 is #9C7FE9. Grayscale: #6B6B6B. Windows color (decimal): -10256362 or 1474659. OLE color: 1474659.

HSL color Cylindrical-coordinate representation of color #638016: hue angle of 76.42º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #638016 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB9912822-
CMYK0.2300.830.50
HSL76.42º70.67%29.41%-
HSV(B)76.42º82.81%50.2%-
XYZ13.0118.153.58-
YUV107.2479.89122.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.76%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=39.76%
G=51.41%
B=8.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99128220.2300.830.5076.4270.6729.41
Hex63801617053324c471d
Octal143200262701236211410735
Binary1100011100000001011010111010100111100101001100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638016; }

 p { color: rgb(99,128,22); }

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

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

 a { background-color: rgb(99,128,22); }

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

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

 span { border-color: rgb(99,128,22); }

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