Html Css Color HEX #76751F Olivetone

📋 copy color: '#76751F'

red 118 ◦ green 117 ◦ blue 31

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

Shades of Olivetone #76751F

Tints of Olivetone #76751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

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

R = 44.36%
G = 43.98%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76751F (or 0x76751F) is known color: Olivetone. HEX triplet: 76, 75 and 1F. RGB value is (118,117,31). Sum of RGB (Red+Green+Blue) = 118+117+31=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76751F is #898AE0. Grayscale: #6B6B6B. Windows color (decimal): -9013985 or 2061686. OLE color: 2061686.

HSL color Cylindrical-coordinate representation of color #76751F: hue angle of 59.31º 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 #76751F is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 31 -
CMYK 0 0.01 0.74 0.54
HSL 59.31º 0.58% 0.29% -
HSV(B) 59.31º 0.74% 0.46% -
XYZ 14.08 16.67 3.77 -
YUV 107.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 118 117 31 0 0.01 0.74 0.54 59.31 0.58 0.29
Hex 76 75 1F 0 1 4A 36 3B 3A 1D
Octal 166 165 37 0 1 112 66 73 72 35
Binary 1110110 1110101 11111 0 1 1001010 110110 111011 111010 11101

Color Harmonies of #76751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76751F

Black with #76751F

Text Example


Text Example

White with #76751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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