Html Css Color HEX #63871B Olive Drab

📋 copy color: '#63871B'

red 99 ◦ green 135 ◦ blue 27

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

Shades of Olive Drab #63871B

Tints of Olive Drab #63871B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.72%

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 37.93%
G = 51.72%
B = 10.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#63871B (or 0x63871B) is known color: Olive Drab. HEX triplet: 63, 87 and 1B. RGB value is (99,135,27). Sum of RGB (Red+Green+Blue) = 99+135+27=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #63871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63871B is #9C78E4. Grayscale: #707070. Windows color (decimal): -10254565 or 1804131. OLE color: 1804131.

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

Color convert

RGB 99 135 27 -
CMYK 0.27 0 0.8 0.47
HSL 80º 0.67% 0.32% -
HSV(B) 80º 0.8% 0.53% -
XYZ 14.01 20.06 4.17 -
YUV 111.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 99 135 27 0.27 0 0.8 0.47 80 0.67 0.32
Hex 63 87 1B 1B 0 50 2F 50 43 20
Octal 143 207 33 33 0 120 57 120 103 40
Binary 1100011 10000111 11011 11011 0 1010000 101111 1010000 1000011 100000

Color Harmonies of #63871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63871B

Black with #63871B

Text Example


Text Example

White with #63871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63871B; }

 p { color: rgb(99,135,27); }

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

background-color css

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

 a { background-color: rgb(99,135,27); }

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

border-color css

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

 span { border-color: rgb(99,135,27); }

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