#638122

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

Shades of Olive Drab #638122

Tints of Olive Drab #638122

Color information

#638122 (or 0x638122) is unknown color: approx Olive Drab. HEX triplet: 63, 81 and 22. RGB value is (99,129,34). Sum of RGB (Red+Green+Blue) = 99+129+34=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #638122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638122 is #9C7EDD. Grayscale: #6D6D6D. Windows color (decimal): -10256094 or 2261347. OLE color: 2261347.

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

Color convert

RGB9912934-
CMYK0.2300.740.49
HSL78.95º58.28%31.96%-
HSV(B)78.95º73.64%50.59%-
XYZ13.2818.474.38-
YUV109.285.56120.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 34 (13.67% from 255) = 12.98%
R=37.79%
G=49.24%
B=12.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129340.2300.740.4978.9558.2831.96
Hex6381221704A314f3a20
Octal14320142270112611177240
Binary11000111000000110001010111010010101100011001111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638122; }

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

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

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

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

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

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

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

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