Html Css Color HEX #71830D Olive

📋 copy color: '#71830D'

red 113 ◦ green 131 ◦ blue 13

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

Shades of Olive #71830D

Tints of Olive #71830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 43.97%
G = 50.97%
B = 5.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#71830D (or 0x71830D) is known color: Olive. HEX triplet: 71, 83 and 0D. RGB value is (113,131,13). Sum of RGB (Red+Green+Blue) = 113+131+13=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #71830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71830D is #8E7CF2. Grayscale: #707070. Windows color (decimal): -9338099 or 885617. OLE color: 885617.

HSL color Cylindrical-coordinate representation of color #71830D: hue angle of 69.15º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71830D is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 13 -
CMYK 0.14 0 0.90 0.49
HSL 69.15º 0.82% 0.28% -
HSV(B) 69.15º 0.9% 0.51% -
XYZ 15 19.77 3.41 -
YUV 112.17 72.04 128.59 -
System Red Green Blue C M Y K H S L
Decimal 113 131 13 0.14 0 0.90 0.49 69.15 0.82 0.28
Hex 71 83 D E 0 5A 31 45 52 1C
Octal 161 203 15 16 0 132 61 105 122 34
Binary 1110001 10000011 1101 1110 0 1011010 110001 1000101 1010010 11100

Color Harmonies of #71830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71830D

Black with #71830D

Text Example


Text Example

White with #71830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71830D; }

 p { color: rgb(113,131,13); }

 H1.HeaderClassName
 {
   color: #71830D;
 }
 .AnyTagClassName
 {
   color: #71830D;
 }
</style>

background-color css

<style>
 a { background-color: #71830D; }

 a { background-color: rgb(113,131,13); }

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

border-color css

<style>
 span { border-color: #71830D; }

 span { border-color: rgb(113,131,13); }

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