Html Css Color HEX #73760F Olive

📋 copy color: '#73760F'

red 115 ◦ green 118 ◦ blue 15

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

Shades of Olive #73760F

Tints of Olive #73760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.58%

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 46.37%
G = 47.58%
B = 6.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#73760F (or 0x73760F) is known color: Olive. HEX triplet: 73, 76 and 0F. RGB value is (115,118,15). Sum of RGB (Red+Green+Blue) = 115+118+15=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #73760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73760F is #8C89F0. Grayscale: #696969. Windows color (decimal): -9210353 or 1013363. OLE color: 1013363.

HSL color Cylindrical-coordinate representation of color #73760F: hue angle of 61.75º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73760F is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 118 15 -
CMYK 0.03 0 0.87 0.54
HSL 61.75º 0.77% 0.26% -
HSV(B) 61.75º 0.87% 0.46% -
XYZ 13.63 16.64 2.94 -
YUV 105.36 77.01 134.88 -
System Red Green Blue C M Y K H S L
Decimal 115 118 15 0.03 0 0.87 0.54 61.75 0.77 0.26
Hex 73 76 F 3 0 57 36 3E 4D 1A
Octal 163 166 17 3 0 127 66 76 115 32
Binary 1110011 1110110 1111 11 0 1010111 110110 111110 1001101 11010

Color Harmonies of #73760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73760F

Black with #73760F

Text Example


Text Example

White with #73760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73760F; }

 p { color: rgb(115,118,15); }

 H1.HeaderClassName
 {
   color: #73760F;
 }
 .AnyTagClassName
 {
   color: #73760F;
 }
</style>

background-color css

<style>
 a { background-color: #73760F; }

 a { background-color: rgb(115,118,15); }

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

border-color css

<style>
 span { border-color: #73760F; }

 span { border-color: rgb(115,118,15); }

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