Html Css Color HEX #73740A Olive

📋 copy color: '#73740A'

red 115 ◦ green 116 ◦ blue 10

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

Shades of Olive #73740A

Tints of Olive #73740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.13%

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

R = 47.72%
G = 48.13%
B = 4.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73740A (or 0x73740A) is known color: Olive. HEX triplet: 73, 74 and 0A. RGB value is (115,116,10). Sum of RGB (Red+Green+Blue) = 115+116+10=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #73740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73740A is #8C8BF5. Grayscale: #686868. Windows color (decimal): -9210870 or 685171. OLE color: 685171.

HSL color Cylindrical-coordinate representation of color #73740A: hue angle of 60.57º 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 #73740A is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 116 10 -
CMYK 0.01 0 0.91 0.55
HSL 60.57º 0.84% 0.25% -
HSV(B) 60.57º 0.91% 0.45% -
XYZ 13.37 16.16 2.7 -
YUV 103.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 115 116 10 0.01 0 0.91 0.55 60.57 0.84 0.25
Hex 73 74 A 1 0 5B 37 3D 54 19
Octal 163 164 12 1 0 133 67 75 124 31
Binary 1110011 1110100 1010 1 0 1011011 110111 111101 1010100 11001

Color Harmonies of #73740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73740A

Black with #73740A

Text Example


Text Example

White with #73740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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