Html Css Color HEX #767411 Olive

📋 copy color: '#767411'

red 118 ◦ green 116 ◦ blue 17

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

Shades of Olive #767411

Tints of Olive #767411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.77%

R = 47.01%
G = 46.22%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#767411 (or 0x767411) is known color: Olive. HEX triplet: 76, 74 and 11. RGB value is (118,116,17). Sum of RGB (Red+Green+Blue) = 118+116+17=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #767411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767411 is #898BEE. Grayscale: #696969. Windows color (decimal): -9014255 or 1143926. OLE color: 1143926.

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

Color convert

RGB 118 116 17 -
CMYK 0 0.02 0.86 0.54
HSL 58.81º 0.75% 0.26% -
HSV(B) 58.81º 0.86% 0.46% -
XYZ 13.82 16.38 2.96 -
YUV 105.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 118 116 17 0 0.02 0.86 0.54 58.81 0.75 0.26
Hex 76 74 11 0 2 56 36 3B 4B 1A
Octal 166 164 21 0 2 126 66 73 113 32
Binary 1110110 1110100 10001 0 10 1010110 110110 111011 1001011 11010

Color Harmonies of #767411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767411

Black with #767411

Text Example


Text Example

White with #767411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767411; }

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

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

background-color css

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

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

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

border-color css

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

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

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