Html Css Color HEX #73700A Olive

📋 copy color: '#73700A'

red 115 ◦ green 112 ◦ blue 10

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

Shades of Olive #73700A

Tints of Olive #73700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

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

R = 48.52%
G = 47.26%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73700A (or 0x73700A) is known color: Olive. HEX triplet: 73, 70 and 0A. RGB value is (115,112,10). Sum of RGB (Red+Green+Blue) = 115+112+10=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #73700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73700A is #8C8FF5. Grayscale: #656565. Windows color (decimal): -9211894 or 684147. OLE color: 684147.

HSL color Cylindrical-coordinate representation of color #73700A: hue angle of 58.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73700A is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 112 10 -
CMYK 0 0.03 0.91 0.55
HSL 58.29º 0.84% 0.25% -
HSV(B) 58.29º 0.91% 0.45% -
XYZ 12.92 15.26 2.55 -
YUV 101.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 115 112 10 0 0.03 0.91 0.55 58.29 0.84 0.25
Hex 73 70 A 0 3 5B 37 3A 54 19
Octal 163 160 12 0 3 133 67 72 124 31
Binary 1110011 1110000 1010 0 11 1011011 110111 111010 1010100 11001

Color Harmonies of #73700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73700A

Black with #73700A

Text Example


Text Example

White with #73700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,112,10); }

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

background-color css

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

 a { background-color: rgb(115,112,10); }

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

border-color css

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

 span { border-color: rgb(115,112,10); }

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