Html Css Color HEX #638410 Olive Drab

📋 copy color: '#638410'

red 99 ◦ green 132 ◦ blue 16

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

Shades of Olive Drab #638410

Tints of Olive Drab #638410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

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

R = 40.08%
G = 53.44%
B = 6.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#638410 (or 0x638410) is known color: Olive Drab. HEX triplet: 63, 84 and 10. RGB value is (99,132,16). Sum of RGB (Red+Green+Blue) = 99+132+16=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #638410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638410 is #9C7BEF. Grayscale: #6D6D6D. Windows color (decimal): -10255344 or 1082467. OLE color: 1082467.

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

Color convert

RGB 99 132 16 -
CMYK 0.25 0 0.88 0.48
HSL 77.07º 0.78% 0.29% -
HSV(B) 77.07º 0.88% 0.52% -
XYZ 13.49 19.19 3.48 -
YUV 108.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 99 132 16 0.25 0 0.88 0.48 77.07 0.78 0.29
Hex 63 84 10 19 0 58 30 4D 4E 1D
Octal 143 204 20 31 0 130 60 115 116 35
Binary 1100011 10000100 10000 11001 0 1011000 110000 1001101 1001110 11101

Color Harmonies of #638410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638410

Black with #638410

Text Example


Text Example

White with #638410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638410; }

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

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

background-color css

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

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

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

border-color css

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

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

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