Html Css Color HEX #638210 Olive Drab

📋 copy color: '#638210'

red 99 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #638210

Tints of Olive Drab #638210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.06%

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

R = 40.41%
G = 53.06%
B = 6.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#638210 (or 0x638210) is known color: Olive Drab. HEX triplet: 63, 82 and 10. RGB value is (99,130,16). Sum of RGB (Red+Green+Blue) = 99+130+16=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #638210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638210 is #9C7DEF. Grayscale: #6C6C6C. Windows color (decimal): -10255856 or 1081955. OLE color: 1081955.

HSL color Cylindrical-coordinate representation of color #638210: hue angle of 76.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #638210 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 16 -
CMYK 0.24 0 0.88 0.49
HSL 76.32º 0.78% 0.29% -
HSV(B) 76.32º 0.88% 0.51% -
XYZ 13.22 18.66 3.39 -
YUV 107.74 76.23 121.77 -
System Red Green Blue C M Y K H S L
Decimal 99 130 16 0.24 0 0.88 0.49 76.32 0.78 0.29
Hex 63 82 10 18 0 58 31 4C 4E 1D
Octal 143 202 20 30 0 130 61 114 116 35
Binary 1100011 10000010 10000 11000 0 1011000 110001 1001100 1001110 11101

Color Harmonies of #638210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638210

Black with #638210

Text Example


Text Example

White with #638210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638210; }

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

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

background-color css

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

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

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

border-color css

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

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

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