Html Css Color HEX #63911A Olive Drab

📋 copy color: '#63911A'

red 99 ◦ green 145 ◦ blue 26

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

Shades of Olive Drab #63911A

Tints of Olive Drab #63911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.7%

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 36.67%
G = 53.7%
B = 9.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#63911A (or 0x63911A) is known color: Olive Drab. HEX triplet: 63, 91 and 1A. RGB value is (99,145,26). Sum of RGB (Red+Green+Blue) = 99+145+26=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #63911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63911A is #9C6EE5. Grayscale: #767676. Windows color (decimal): -10252006 or 1741155. OLE color: 1741155.

HSL color Cylindrical-coordinate representation of color #63911A: hue angle of 83.19º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63911A is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 145 26 -
CMYK 0.32 0 0.82 0.43
HSL 83.19º 0.7% 0.34% -
HSV(B) 83.19º 0.82% 0.57% -
XYZ 15.46 22.98 4.6 -
YUV 117.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 99 145 26 0.32 0 0.82 0.43 83.19 0.7 0.34
Hex 63 91 1A 20 0 52 2B 53 46 22
Octal 143 221 32 40 0 122 53 123 106 42
Binary 1100011 10010001 11010 100000 0 1010010 101011 1010011 1000110 100010

Color Harmonies of #63911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63911A

Black with #63911A

Text Example


Text Example

White with #63911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63911A; }

 p { color: rgb(99,145,26); }

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

background-color css

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

 a { background-color: rgb(99,145,26); }

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

border-color css

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

 span { border-color: rgb(99,145,26); }

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