Html Css Color HEX #63841E Olive Drab

📋 copy color: '#63841E'

red 99 ◦ green 132 ◦ blue 30

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

Shades of Olive Drab #63841E

Tints of Olive Drab #63841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

 BLUE value IS 30 (12.11% from 255) = 11.49%

R = 37.93%
G = 50.57%
B = 11.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#63841E (or 0x63841E) is known color: Olive Drab. HEX triplet: 63, 84 and 1E. RGB value is (99,132,30). Sum of RGB (Red+Green+Blue) = 99+132+30=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #63841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63841E is #9C7BE1. Grayscale: #6E6E6E. Windows color (decimal): -10255330 or 1999971. OLE color: 1999971.

HSL color Cylindrical-coordinate representation of color #63841E: hue angle of 79.41º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63841E is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 30 -
CMYK 0.25 0 0.77 0.48
HSL 79.41º 0.63% 0.32% -
HSV(B) 79.41º 0.77% 0.52% -
XYZ 13.63 19.25 4.23 -
YUV 110.51 82.57 119.79 -
System Red Green Blue C M Y K H S L
Decimal 99 132 30 0.25 0 0.77 0.48 79.41 0.63 0.32
Hex 63 84 1E 19 0 4D 30 4F 3F 20
Octal 143 204 36 31 0 115 60 117 77 40
Binary 1100011 10000100 11110 11001 0 1001101 110000 1001111 111111 100000

Color Harmonies of #63841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63841E

Black with #63841E

Text Example


Text Example

White with #63841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63841E; }

 p { color: rgb(99,132,30); }

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

background-color css

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

 a { background-color: rgb(99,132,30); }

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

border-color css

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

 span { border-color: rgb(99,132,30); }

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