Html Css Color HEX #71850B Olive

📋 copy color: '#71850B'

red 113 ◦ green 133 ◦ blue 11

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

Shades of Olive #71850B

Tints of Olive #71850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.28%

R = 43.97%
G = 51.75%
B = 4.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#71850B (or 0x71850B) is known color: Olive. HEX triplet: 71, 85 and 0B. RGB value is (113,133,11). Sum of RGB (Red+Green+Blue) = 113+133+11=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #71850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71850B is #8E7AF4. Grayscale: #717171. Windows color (decimal): -9337589 or 755057. OLE color: 755057.

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

Color convert

RGB 113 133 11 -
CMYK 0.15 0 0.92 0.48
HSL 69.84º 0.85% 0.28% -
HSV(B) 69.84º 0.92% 0.52% -
XYZ 15.26 20.31 3.43 -
YUV 113.11 70.37 127.92 -
System Red Green Blue C M Y K H S L
Decimal 113 133 11 0.15 0 0.92 0.48 69.84 0.85 0.28
Hex 71 85 B F 0 5C 30 46 55 1C
Octal 161 205 13 17 0 134 60 106 125 34
Binary 1110001 10000101 1011 1111 0 1011100 110000 1000110 1010101 11100

Color Harmonies of #71850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71850B

Black with #71850B

Text Example


Text Example

White with #71850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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