Html Css Color HEX #76740C Olive

📋 copy color: '#76740C'

red 118 ◦ green 116 ◦ blue 12

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

Shades of Olive #76740C

Tints of Olive #76740C

RGB

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

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

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

R = 47.97%
G = 47.15%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76740C (or 0x76740C) is known color: Olive. HEX triplet: 76, 74 and 0C. RGB value is (118,116,12). Sum of RGB (Red+Green+Blue) = 118+116+12=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76740C is #898BF3. Grayscale: #696969. Windows color (decimal): -9014260 or 816246. OLE color: 816246.

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

Color convert

RGB 118 116 12 -
CMYK 0 0.02 0.90 0.54
HSL 58.87º 0.82% 0.25% -
HSV(B) 58.87º 0.9% 0.46% -
XYZ 13.78 16.37 2.78 -
YUV 104.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 118 116 12 0 0.02 0.90 0.54 58.87 0.82 0.25
Hex 76 74 C 0 2 5A 36 3B 52 19
Octal 166 164 14 0 2 132 66 73 122 31
Binary 1110110 1110100 1100 0 10 1011010 110110 111011 1010010 11001

Color Harmonies of #76740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76740C

Black with #76740C

Text Example


Text Example

White with #76740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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