Html Css Color HEX #639613 Olive Drab

📋 copy color: '#639613'

red 99 ◦ green 150 ◦ blue 19

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

Shades of Olive Drab #639613

Tints of Olive Drab #639613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.97%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 36.94%
G = 55.97%
B = 7.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#639613 (or 0x639613) is known color: Olive Drab. HEX triplet: 63, 96 and 13. RGB value is (99,150,19). Sum of RGB (Red+Green+Blue) = 99+150+19=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #639613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639613 is #9C69EC. Grayscale: #787878. Windows color (decimal): -10250733 or 1283683. OLE color: 1283683.

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

Color convert

RGB 99 150 19 -
CMYK 0.34 0 0.87 0.41
HSL 83.36º 0.78% 0.33% -
HSV(B) 83.36º 0.87% 0.59% -
XYZ 16.17 24.51 4.5 -
YUV 119.82 71.1 113.15 -
System Red Green Blue C M Y K H S L
Decimal 99 150 19 0.34 0 0.87 0.41 83.36 0.78 0.33
Hex 63 96 13 22 0 57 29 53 4E 21
Octal 143 226 23 42 0 127 51 123 116 41
Binary 1100011 10010110 10011 100010 0 1010111 101001 1010011 1001110 100001

Color Harmonies of #639613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639613

Black with #639613

Text Example


Text Example

White with #639613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639613; }

 p { color: rgb(99,150,19); }

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

background-color css

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

 a { background-color: rgb(99,150,19); }

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

border-color css

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

 span { border-color: rgb(99,150,19); }

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