Html Css Color HEX #71862C Olive Drab

📋 copy color: '#71862C'

red 113 ◦ green 134 ◦ blue 44

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

Shades of Olive Drab #71862C

Tints of Olive Drab #71862C

RGB

 RED value IS 113 (44.53% from 255) = 38.83%

 GREEN value IS 134 (52.73% from 255) = 46.05%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 38.83%
G = 46.05%
B = 15.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#71862C (or 0x71862C) is known color: Olive Drab. HEX triplet: 71, 86 and 2C. RGB value is (113,134,44). Sum of RGB (Red+Green+Blue) = 113+134+44=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #71862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71862C is #8E79D3. Grayscale: #757575. Windows color (decimal): -9337300 or 2918001. OLE color: 2918001.

HSL color Cylindrical-coordinate representation of color #71862C: hue angle of 74º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71862C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 44 -
CMYK 0.16 0 0.67 0.47
HSL 74º 0.51% 0.35% -
HSV(B) 74º 0.67% 0.53% -
XYZ 15.79 20.74 5.55 -
YUV 117.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 113 134 44 0.16 0 0.67 0.47 74 0.51 0.35
Hex 71 86 2C 10 0 43 2F 4A 33 23
Octal 161 206 54 20 0 103 57 112 63 43
Binary 1110001 10000110 101100 10000 0 1000011 101111 1001010 110011 100011

Color Harmonies of #71862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71862C

Black with #71862C

Text Example


Text Example

White with #71862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71862C; }

 p { color: rgb(113,134,44); }

 H1.HeaderClassName
 {
   color: #71862C;
 }
 .AnyTagClassName
 {
   color: #71862C;
 }
</style>

background-color css

<style>
 a { background-color: #71862C; }

 a { background-color: rgb(113,134,44); }

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

border-color css

<style>
 span { border-color: #71862C; }

 span { border-color: rgb(113,134,44); }

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