Html Css Color HEX #639512 Olive Drab

📋 copy color: '#639512'

red 99 ◦ green 149 ◦ blue 18

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

Shades of Olive Drab #639512

Tints of Olive Drab #639512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 37.22%
G = 56.02%
B = 6.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#639512 (or 0x639512) is known color: Olive Drab. HEX triplet: 63, 95 and 12. RGB value is (99,149,18). Sum of RGB (Red+Green+Blue) = 99+149+18=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #639512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639512 is #9C6AED. Grayscale: #777777. Windows color (decimal): -10250990 or 1217891. OLE color: 1217891.

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

Color convert

RGB 99 149 18 -
CMYK 0.34 0 0.88 0.42
HSL 82.9º 0.78% 0.33% -
HSV(B) 82.9º 0.88% 0.58% -
XYZ 16 24.19 4.4 -
YUV 119.12 70.94 113.65 -
System Red Green Blue C M Y K H S L
Decimal 99 149 18 0.34 0 0.88 0.42 82.9 0.78 0.33
Hex 63 95 12 22 0 58 2A 53 4E 21
Octal 143 225 22 42 0 130 52 123 116 41
Binary 1100011 10010101 10010 100010 0 1011000 101010 1010011 1001110 100001

Color Harmonies of #639512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639512

Black with #639512

Text Example


Text Example

White with #639512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639512; }

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

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

background-color css

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

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

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

border-color css

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

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

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