Html Css Color HEX #76730C Olive

📋 copy color: '#76730C'

red 118 ◦ green 115 ◦ blue 12

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

Shades of Olive #76730C

Tints of Olive #76730C

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76730C (or 0x76730C) is known color: Olive. HEX triplet: 76, 73 and 0C. RGB value is (118,115,12). Sum of RGB (Red+Green+Blue) = 118+115+12=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76730C is #898CF3. Grayscale: #686868. Windows color (decimal): -9014516 or 815990. OLE color: 815990.

HSL color Cylindrical-coordinate representation of color #76730C: hue angle of 58.3º 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 #76730C is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 12 -
CMYK 0 0.03 0.90 0.54
HSL 58.3º 0.82% 0.25% -
HSV(B) 58.3º 0.9% 0.46% -
XYZ 13.67 16.14 2.74 -
YUV 104.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 118 115 12 0 0.03 0.90 0.54 58.3 0.82 0.25
Hex 76 73 C 0 3 5A 36 3A 52 19
Octal 166 163 14 0 3 132 66 72 122 31
Binary 1110110 1110011 1100 0 11 1011010 110110 111010 1010010 11001

Color Harmonies of #76730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76730C

Black with #76730C

Text Example


Text Example

White with #76730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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