Html Css Color HEX #71852B Olive Drab

📋 copy color: '#71852B'

red 113 ◦ green 133 ◦ blue 43

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

Shades of Olive Drab #71852B

Tints of Olive Drab #71852B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 39.1%
G = 46.02%
B = 14.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#71852B (or 0x71852B) is known color: Olive Drab. HEX triplet: 71, 85 and 2B. RGB value is (113,133,43). Sum of RGB (Red+Green+Blue) = 113+133+43=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #71852B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71852B is #8E7AD4. Grayscale: #757575. Windows color (decimal): -9337557 or 2852209. OLE color: 2852209.

HSL color Cylindrical-coordinate representation of color #71852B: hue angle of 73.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71852B is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 43 -
CMYK 0.15 0 0.68 0.48
HSL 73.33º 0.51% 0.35% -
HSV(B) 73.33º 0.68% 0.52% -
XYZ 15.63 20.46 5.41 -
YUV 116.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 113 133 43 0.15 0 0.68 0.48 73.33 0.51 0.35
Hex 71 85 2B F 0 44 30 49 33 23
Octal 161 205 53 17 0 104 60 111 63 43
Binary 1110001 10000101 101011 1111 0 1000100 110000 1001001 110011 100011

Color Harmonies of #71852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71852B

Black with #71852B

Text Example


Text Example

White with #71852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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