Html Css Color HEX #73710E Olive

📋 copy color: '#73710E'

red 115 ◦ green 113 ◦ blue 14

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

Shades of Olive #73710E

Tints of Olive #73710E

RGB

 RED value IS 115 (45.31% from 255) = 47.52%

 GREEN value IS 113 (44.53% from 255) = 46.69%

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 47.52%
G = 46.69%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73710E (or 0x73710E) is known color: Olive. HEX triplet: 73, 71 and 0E. RGB value is (115,113,14). Sum of RGB (Red+Green+Blue) = 115+113+14=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73710E is #8C8EF1. Grayscale: #666666. Windows color (decimal): -9211634 or 946547. OLE color: 946547.

HSL color Cylindrical-coordinate representation of color #73710E: hue angle of 58.81º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73710E is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 113 14 -
CMYK 0 0.02 0.88 0.55
HSL 58.81º 0.78% 0.25% -
HSV(B) 58.81º 0.88% 0.45% -
XYZ 13.05 15.49 2.72 -
YUV 102.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 115 113 14 0 0.02 0.88 0.55 58.81 0.78 0.25
Hex 73 71 E 0 2 58 37 3B 4E 19
Octal 163 161 16 0 2 130 67 73 116 31
Binary 1110011 1110001 1110 0 10 1011000 110111 111011 1001110 11001

Color Harmonies of #73710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73710E

Black with #73710E

Text Example


Text Example

White with #73710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73710E; }

 p { color: rgb(115,113,14); }

 H1.HeaderClassName
 {
   color: #73710E;
 }
 .AnyTagClassName
 {
   color: #73710E;
 }
</style>

background-color css

<style>
 a { background-color: #73710E; }

 a { background-color: rgb(115,113,14); }

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

border-color css

<style>
 span { border-color: #73710E; }

 span { border-color: rgb(115,113,14); }

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