Html Css Color HEX #63881A Olive Drab

📋 copy color: '#63881A'

red 99 ◦ green 136 ◦ blue 26

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

Shades of Olive Drab #63881A

Tints of Olive Drab #63881A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.11%

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

R = 37.93%
G = 52.11%
B = 9.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#63881A (or 0x63881A) is known color: Olive Drab. HEX triplet: 63, 88 and 1A. RGB value is (99,136,26). Sum of RGB (Red+Green+Blue) = 99+136+26=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #63881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63881A is #9C77E5. Grayscale: #707070. Windows color (decimal): -10254310 or 1738851. OLE color: 1738851.

HSL color Cylindrical-coordinate representation of color #63881A: hue angle of 80.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63881A is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 26 -
CMYK 0.27 0 0.81 0.47
HSL 80.18º 0.68% 0.32% -
HSV(B) 80.18º 0.81% 0.53% -
XYZ 14.14 20.34 4.16 -
YUV 112.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 99 136 26 0.27 0 0.81 0.47 80.18 0.68 0.32
Hex 63 88 1A 1B 0 51 2F 50 44 20
Octal 143 210 32 33 0 121 57 120 104 40
Binary 1100011 10001000 11010 11011 0 1010001 101111 1010000 1000100 100000

Color Harmonies of #63881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63881A

Black with #63881A

Text Example


Text Example

White with #63881A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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