#638114

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

Shades of Olive Drab #638114

Tints of Olive Drab #638114

Color information

#638114 (or 0x638114) is unknown color: approx Olive Drab. HEX triplet: 63, 81 and 14. RGB value is (99,129,20). Sum of RGB (Red+Green+Blue) = 99+129+20=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #638114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638114 is #9C7EEB. Grayscale: #6C6C6C. Windows color (decimal): -10256108 or 1343843. OLE color: 1343843.

HSL color Cylindrical-coordinate representation of color #638114: hue angle of 76.51º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #638114 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB9912920-
CMYK0.2300.840.49
HSL76.51º73.15%29.22%-
HSV(B)76.51º84.5%50.59%-
XYZ13.1218.43.52-
YUV107.678.56121.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=39.92%
G=52.02%
B=8.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129200.2300.840.4976.5173.1529.22
Hex63811417054314d491d
Octal143201242701246111511135
Binary1100011100000011010010111010101001100011001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638114; }

 p { color: rgb(99,129,20); }

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

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

 a { background-color: rgb(99,129,20); }

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

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

 span { border-color: rgb(99,129,20); }

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