Html Css Color HEX #76740D Olive

📋 copy color: '#76740D'

red 118 ◦ green 116 ◦ blue 13

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

Shades of Olive #76740D

Tints of Olive #76740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 47.77%
G = 46.96%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76740D (or 0x76740D) is known color: Olive. HEX triplet: 76, 74 and 0D. RGB value is (118,116,13). Sum of RGB (Red+Green+Blue) = 118+116+13=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76740D is #898BF2. Grayscale: #696969. Windows color (decimal): -9014259 or 881782. OLE color: 881782.

HSL color Cylindrical-coordinate representation of color #76740D: hue angle of 58.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76740D is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 13 -
CMYK 0 0.02 0.89 0.54
HSL 58.86º 0.8% 0.26% -
HSV(B) 58.86º 0.89% 0.46% -
XYZ 13.79 16.37 2.81 -
YUV 104.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 118 116 13 0 0.02 0.89 0.54 58.86 0.8 0.26
Hex 76 74 D 0 2 59 36 3B 50 1A
Octal 166 164 15 0 2 131 66 73 120 32
Binary 1110110 1110100 1101 0 10 1011001 110110 111011 1010000 11010

Color Harmonies of #76740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76740D

Black with #76740D

Text Example


Text Example

White with #76740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76740D; }

 p { color: rgb(118,116,13); }

 H1.HeaderClassName
 {
   color: #76740D;
 }
 .AnyTagClassName
 {
   color: #76740D;
 }
</style>

background-color css

<style>
 a { background-color: #76740D; }

 a { background-color: rgb(118,116,13); }

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

border-color css

<style>
 span { border-color: #76740D; }

 span { border-color: rgb(118,116,13); }

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