Html Css Color HEX #639510 Olive Drab

📋 copy color: '#639510'

red 99 ◦ green 149 ◦ blue 16

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

Shades of Olive Drab #639510

Tints of Olive Drab #639510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.44%

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

R = 37.5%
G = 56.44%
B = 6.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#639510 (or 0x639510) is known color: Olive Drab. HEX triplet: 63, 95 and 10. RGB value is (99,149,16). Sum of RGB (Red+Green+Blue) = 99+149+16=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #639510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639510 is #9C6AEF. Grayscale: #777777. Windows color (decimal): -10250992 or 1086819. OLE color: 1086819.

HSL color Cylindrical-coordinate representation of color #639510: hue angle of 82.56º degrees, saturation: 0.81, 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 #639510 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 16 -
CMYK 0.34 0 0.89 0.42
HSL 82.56º 0.81% 0.32% -
HSV(B) 82.56º 0.89% 0.58% -
XYZ 15.99 24.18 4.32 -
YUV 118.89 69.94 113.81 -
System Red Green Blue C M Y K H S L
Decimal 99 149 16 0.34 0 0.89 0.42 82.56 0.81 0.32
Hex 63 95 10 22 0 59 2A 53 51 20
Octal 143 225 20 42 0 131 52 123 121 40
Binary 1100011 10010101 10000 100010 0 1011001 101010 1010011 1010001 100000

Color Harmonies of #639510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639510

Black with #639510

Text Example


Text Example

White with #639510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639510; }

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

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

background-color css

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

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

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

border-color css

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

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

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