Html Css Color HEX #639211 Olive Drab

📋 copy color: '#639211'

red 99 ◦ green 146 ◦ blue 17

#639211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #639211

Tints of Olive Drab #639211

RGB

 RED value IS 99 (39.06% from 255) = 37.79%

 GREEN value IS 146 (57.42% from 255) = 55.73%

 BLUE value IS 17 (7.03% from 255) = 6.49%

R = 37.79%
G = 55.73%
B = 6.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#639211 (or 0x639211) is known color: Olive Drab. HEX triplet: 63, 92 and 11. RGB value is (99,146,17). Sum of RGB (Red+Green+Blue) = 99+146+17=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #639211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639211 is #9C6DEE. Grayscale: #757575. Windows color (decimal): -10251759 or 1151587. OLE color: 1151587.

HSL color Cylindrical-coordinate representation of color #639211: hue angle of 81.86º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #639211 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 146 17 -
CMYK 0.32 0 0.88 0.43
HSL 81.86º 0.79% 0.32% -
HSV(B) 81.86º 0.88% 0.57% -
XYZ 15.53 23.25 4.2 -
YUV 117.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 99 146 17 0.32 0 0.88 0.43 81.86 0.79 0.32
Hex 63 92 11 20 0 58 2B 52 4F 20
Octal 143 222 21 40 0 130 53 122 117 40
Binary 1100011 10010010 10001 100000 0 1011000 101011 1010010 1001111 100000

Color Harmonies of #639211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639211

Black with #639211

Text Example


Text Example

White with #639211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639211; }

 p { color: rgb(99,146,17); }

 H1.HeaderClassName
 {
   color: #639211;
 }
 .AnyTagClassName
 {
   color: #639211;
 }
</style>

background-color css

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

 a { background-color: rgb(99,146,17); }

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

border-color css

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

 span { border-color: rgb(99,146,17); }

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