Html Css Color HEX #639310 Olive Drab

📋 copy color: '#639310'

red 99 ◦ green 147 ◦ blue 16

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

Shades of Olive Drab #639310

Tints of Olive Drab #639310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.11%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 37.79%
G = 56.11%
B = 6.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#639310 (or 0x639310) is known color: Olive Drab. HEX triplet: 63, 93 and 10. RGB value is (99,147,16). Sum of RGB (Red+Green+Blue) = 99+147+16=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #639310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639310 is #9C6CEF. Grayscale: #767676. Windows color (decimal): -10251504 or 1086307. OLE color: 1086307.

HSL color Cylindrical-coordinate representation of color #639310: hue angle of 81.98º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #639310 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 16 -
CMYK 0.33 0 0.89 0.42
HSL 81.98º 0.8% 0.32% -
HSV(B) 81.98º 0.89% 0.58% -
XYZ 15.67 23.56 4.21 -
YUV 117.71 70.6 114.65 -
System Red Green Blue C M Y K H S L
Decimal 99 147 16 0.33 0 0.89 0.42 81.98 0.8 0.32
Hex 63 93 10 21 0 59 2A 52 50 20
Octal 143 223 20 41 0 131 52 122 120 40
Binary 1100011 10010011 10000 100001 0 1011001 101010 1010010 1010000 100000

Color Harmonies of #639310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639310

Black with #639310

Text Example


Text Example

White with #639310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639310; }

 p { color: rgb(99,147,16); }

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

background-color css

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

 a { background-color: rgb(99,147,16); }

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

border-color css

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

 span { border-color: rgb(99,147,16); }

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