Html Css Color HEX #638511 Olive Drab

📋 copy color: '#638511'

red 99 ◦ green 133 ◦ blue 17

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

Shades of Olive Drab #638511

Tints of Olive Drab #638511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 39.76%
G = 53.41%
B = 6.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#638511 (or 0x638511) is known color: Olive Drab. HEX triplet: 63, 85 and 11. RGB value is (99,133,17). Sum of RGB (Red+Green+Blue) = 99+133+17=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #638511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638511 is #9C7AEE. Grayscale: #6E6E6E. Windows color (decimal): -10255087 or 1148259. OLE color: 1148259.

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

Color convert

RGB 99 133 17 -
CMYK 0.26 0 0.87 0.48
HSL 77.59º 0.77% 0.29% -
HSV(B) 77.59º 0.87% 0.52% -
XYZ 13.63 19.47 3.57 -
YUV 109.61 75.74 120.43 -
System Red Green Blue C M Y K H S L
Decimal 99 133 17 0.26 0 0.87 0.48 77.59 0.77 0.29
Hex 63 85 11 1A 0 57 30 4E 4D 1D
Octal 143 205 21 32 0 127 60 116 115 35
Binary 1100011 10000101 10001 11010 0 1010111 110000 1001110 1001101 11101

Color Harmonies of #638511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638511

Black with #638511

Text Example


Text Example

White with #638511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638511; }

 p { color: rgb(99,133,17); }

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

background-color css

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

 a { background-color: rgb(99,133,17); }

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

border-color css

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

 span { border-color: rgb(99,133,17); }

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