Html Css Color HEX #76740A Olive

📋 copy color: '#76740A'

red 118 ◦ green 116 ◦ blue 10

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

Shades of Olive #76740A

Tints of Olive #76740A

RGB

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

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

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

R = 48.36%
G = 47.54%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76740A (or 0x76740A) is known color: Olive. HEX triplet: 76, 74 and 0A. RGB value is (118,116,10). Sum of RGB (Red+Green+Blue) = 118+116+10=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76740A is #898BF5. Grayscale: #686868. Windows color (decimal): -9014262 or 685174. OLE color: 685174.

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

Color convert

RGB 118 116 10 -
CMYK 0 0.02 0.92 0.54
HSL 58.89º 0.84% 0.25% -
HSV(B) 58.89º 0.92% 0.46% -
XYZ 13.77 16.36 2.72 -
YUV 104.51 74.66 137.62 -
System Red Green Blue C M Y K H S L
Decimal 118 116 10 0 0.02 0.92 0.54 58.89 0.84 0.25
Hex 76 74 A 0 2 5C 36 3B 54 19
Octal 166 164 12 0 2 134 66 73 124 31
Binary 1110110 1110100 1010 0 10 1011100 110110 111011 1010100 11001

Color Harmonies of #76740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76740A

Black with #76740A

Text Example


Text Example

White with #76740A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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