Html Css Color HEX #639710 Olive Drab

📋 copy color: '#639710'

red 99 ◦ green 151 ◦ blue 16

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

Shades of Olive Drab #639710

Tints of Olive Drab #639710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.77%

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

R = 37.22%
G = 56.77%
B = 6.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#639710 (or 0x639710) is known color: Olive Drab. HEX triplet: 63, 97 and 10. RGB value is (99,151,16). Sum of RGB (Red+Green+Blue) = 99+151+16=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #639710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639710 is #9C68EF. Grayscale: #787878. Windows color (decimal): -10250480 or 1087331. OLE color: 1087331.

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

Color convert

RGB 99 151 16 -
CMYK 0.34 0 0.89 0.41
HSL 83.11º 0.81% 0.33% -
HSV(B) 83.11º 0.89% 0.59% -
XYZ 16.31 24.82 4.42 -
YUV 120.06 69.27 112.98 -
System Red Green Blue C M Y K H S L
Decimal 99 151 16 0.34 0 0.89 0.41 83.11 0.81 0.33
Hex 63 97 10 22 0 59 29 53 51 21
Octal 143 227 20 42 0 131 51 123 121 41
Binary 1100011 10010111 10000 100010 0 1011001 101001 1010011 1010001 100001

Color Harmonies of #639710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639710

Black with #639710

Text Example


Text Example

White with #639710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639710; }

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

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

background-color css

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

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

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

border-color css

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

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

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