Html Css Color HEX #71830A Olive

📋 copy color: '#71830A'

red 113 ◦ green 131 ◦ blue 10

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

Shades of Olive #71830A

Tints of Olive #71830A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 44.49%
G = 51.57%
B = 3.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#71830A (or 0x71830A) is known color: Olive. HEX triplet: 71, 83 and 0A. RGB value is (113,131,10). Sum of RGB (Red+Green+Blue) = 113+131+10=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #71830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71830A is #8E7CF5. Grayscale: #707070. Windows color (decimal): -9338102 or 689009. OLE color: 689009.

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

Color convert

RGB 113 131 10 -
CMYK 0.14 0 0.92 0.49
HSL 68.93º 0.86% 0.28% -
HSV(B) 68.93º 0.92% 0.51% -
XYZ 14.98 19.77 3.31 -
YUV 111.82 70.54 128.84 -
System Red Green Blue C M Y K H S L
Decimal 113 131 10 0.14 0 0.92 0.49 68.93 0.86 0.28
Hex 71 83 A E 0 5C 31 45 56 1C
Octal 161 203 12 16 0 134 61 105 126 34
Binary 1110001 10000011 1010 1110 0 1011100 110001 1000101 1010110 11100

Color Harmonies of #71830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71830A

Black with #71830A

Text Example


Text Example

White with #71830A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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