Html Css Color HEX #73760C Olive

📋 copy color: '#73760C'

red 115 ◦ green 118 ◦ blue 12

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

Shades of Olive #73760C

Tints of Olive #73760C

RGB

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

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

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

R = 46.94%
G = 48.16%
B = 4.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#73760C (or 0x73760C) is known color: Olive. HEX triplet: 73, 76 and 0C. RGB value is (115,118,12). Sum of RGB (Red+Green+Blue) = 115+118+12=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #73760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73760C is #8C89F3. Grayscale: #696969. Windows color (decimal): -9210356 or 816755. OLE color: 816755.

HSL color Cylindrical-coordinate representation of color #73760C: hue angle of 61.7º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73760C is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 118 12 -
CMYK 0.03 0 0.90 0.54
HSL 61.7º 0.82% 0.25% -
HSV(B) 61.7º 0.9% 0.46% -
XYZ 13.62 16.63 2.84 -
YUV 105.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 115 118 12 0.03 0 0.90 0.54 61.7 0.82 0.25
Hex 73 76 C 3 0 5A 36 3E 52 19
Octal 163 166 14 3 0 132 66 76 122 31
Binary 1110011 1110110 1100 11 0 1011010 110110 111110 1010010 11001

Color Harmonies of #73760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73760C

Black with #73760C

Text Example


Text Example

White with #73760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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