Html Css Color HEX #71851C Olive Drab

📋 copy color: '#71851C'

red 113 ◦ green 133 ◦ blue 28

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

Shades of Olive Drab #71851C

Tints of Olive Drab #71851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 41.24%
G = 48.54%
B = 10.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#71851C (or 0x71851C) is known color: Olive Drab. HEX triplet: 71, 85 and 1C. RGB value is (113,133,28). Sum of RGB (Red+Green+Blue) = 113+133+28=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #71851C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71851C is #8E7AE3. Grayscale: #737373. Windows color (decimal): -9337572 or 1869169. OLE color: 1869169.

HSL color Cylindrical-coordinate representation of color #71851C: hue angle of 71.43º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71851C is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 28 -
CMYK 0.15 0 0.79 0.48
HSL 71.43º 0.65% 0.32% -
HSV(B) 71.43º 0.79% 0.52% -
XYZ 15.41 20.37 4.22 -
YUV 115.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 113 133 28 0.15 0 0.79 0.48 71.43 0.65 0.32
Hex 71 85 1C F 0 4F 30 47 41 20
Octal 161 205 34 17 0 117 60 107 101 40
Binary 1110001 10000101 11100 1111 0 1001111 110000 1000111 1000001 100000

Color Harmonies of #71851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71851C

Black with #71851C

Text Example


Text Example

White with #71851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,133,28); }

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

background-color css

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

 a { background-color: rgb(113,133,28); }

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

border-color css

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

 span { border-color: rgb(113,133,28); }

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