Html Css Color HEX #73710C Olive

📋 copy color: '#73710C'

red 115 ◦ green 113 ◦ blue 12

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

Shades of Olive #73710C

Tints of Olive #73710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 47.92%
G = 47.08%
B = 5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73710C (or 0x73710C) is known color: Olive. HEX triplet: 73, 71 and 0C. RGB value is (115,113,12). Sum of RGB (Red+Green+Blue) = 115+113+12=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73710C is #8C8EF3. Grayscale: #666666. Windows color (decimal): -9211636 or 815475. OLE color: 815475.

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

Color convert

RGB 115 113 12 -
CMYK 0 0.02 0.90 0.55
HSL 58.83º 0.81% 0.25% -
HSV(B) 58.83º 0.9% 0.45% -
XYZ 13.04 15.48 2.65 -
YUV 102.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 115 113 12 0 0.02 0.90 0.55 58.83 0.81 0.25
Hex 73 71 C 0 2 5A 37 3B 51 19
Octal 163 161 14 0 2 132 67 73 121 31
Binary 1110011 1110001 1100 0 10 1011010 110111 111011 1010001 11001

Color Harmonies of #73710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73710C

Black with #73710C

Text Example


Text Example

White with #73710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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