Html Css Color HEX #63901A Olive Drab

📋 copy color: '#63901A'

red 99 ◦ green 144 ◦ blue 26

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

Shades of Olive Drab #63901A

Tints of Olive Drab #63901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

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

R = 36.8%
G = 53.53%
B = 9.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#63901A (or 0x63901A) is known color: Olive Drab. HEX triplet: 63, 90 and 1A. RGB value is (99,144,26). Sum of RGB (Red+Green+Blue) = 99+144+26=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #63901A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63901A is #9C6FE5. Grayscale: #757575. Windows color (decimal): -10252262 or 1740899. OLE color: 1740899.

HSL color Cylindrical-coordinate representation of color #63901A: hue angle of 82.88º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63901A is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 26 -
CMYK 0.31 0 0.82 0.44
HSL 82.88º 0.69% 0.33% -
HSV(B) 82.88º 0.82% 0.56% -
XYZ 15.31 22.67 4.55 -
YUV 117.09 76.59 115.09 -
System Red Green Blue C M Y K H S L
Decimal 99 144 26 0.31 0 0.82 0.44 82.88 0.69 0.33
Hex 63 90 1A 1F 0 52 2C 53 45 21
Octal 143 220 32 37 0 122 54 123 105 41
Binary 1100011 10010000 11010 11111 0 1010010 101100 1010011 1000101 100001

Color Harmonies of #63901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63901A

Black with #63901A

Text Example


Text Example

White with #63901A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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