Html Css Color HEX #639910 Olive Drab

📋 copy color: '#639910'

red 99 ◦ green 153 ◦ blue 16

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

Shades of Olive Drab #639910

Tints of Olive Drab #639910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.09%

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

R = 36.94%
G = 57.09%
B = 5.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#639910 (or 0x639910) is known color: Olive Drab. HEX triplet: 63, 99 and 10. RGB value is (99,153,16). Sum of RGB (Red+Green+Blue) = 99+153+16=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #639910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639910 is #9C66EF. Grayscale: #797979. Windows color (decimal): -10249968 or 1087843. OLE color: 1087843.

HSL color Cylindrical-coordinate representation of color #639910: hue angle of 83.65º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #639910 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 16 -
CMYK 0.35 0 0.90 0.4
HSL 83.65º 0.81% 0.33% -
HSV(B) 83.65º 0.9% 0.6% -
XYZ 16.63 25.47 4.53 -
YUV 121.24 68.61 112.14 -
System Red Green Blue C M Y K H S L
Decimal 99 153 16 0.35 0 0.90 0.4 83.65 0.81 0.33
Hex 63 99 10 23 0 5A 28 54 51 21
Octal 143 231 20 43 0 132 50 124 121 41
Binary 1100011 10011001 10000 100011 0 1011010 101000 1010100 1010001 100001

Color Harmonies of #639910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639910

Black with #639910

Text Example


Text Example

White with #639910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639910; }

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

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

background-color css

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

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

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

border-color css

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

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

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