Html Css Color HEX #76741F Olivetone

📋 copy color: '#76741F'

red 118 ◦ green 116 ◦ blue 31

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

Shades of Olivetone #76741F

Tints of Olivetone #76741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 44.53%
G = 43.77%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76741F (or 0x76741F) is known color: Olivetone. HEX triplet: 76, 74 and 1F. RGB value is (118,116,31). Sum of RGB (Red+Green+Blue) = 118+116+31=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76741F is #898BE0. Grayscale: #6B6B6B. Windows color (decimal): -9014241 or 2061430. OLE color: 2061430.

HSL color Cylindrical-coordinate representation of color #76741F: hue angle of 58.62º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76741F is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 31 -
CMYK 0 0.02 0.74 0.54
HSL 58.62º 0.58% 0.29% -
HSV(B) 58.62º 0.74% 0.46% -
XYZ 13.96 16.44 3.73 -
YUV 106.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 118 116 31 0 0.02 0.74 0.54 58.62 0.58 0.29
Hex 76 74 1F 0 2 4A 36 3B 3A 1D
Octal 166 164 37 0 2 112 66 73 72 35
Binary 1110110 1110100 11111 0 10 1001010 110110 111011 111010 11101

Color Harmonies of #76741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76741F

Black with #76741F

Text Example


Text Example

White with #76741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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