Html Css Color HEX #76751D Olivetone

📋 copy color: '#76751D'

red 118 ◦ green 117 ◦ blue 29

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

Shades of Olivetone #76751D

Tints of Olivetone #76751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 44.7%
G = 44.32%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76751D (or 0x76751D) is known color: Olivetone. HEX triplet: 76, 75 and 1D. RGB value is (118,117,29). Sum of RGB (Red+Green+Blue) = 118+117+29=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76751D is #898AE2. Grayscale: #6B6B6B. Windows color (decimal): -9013987 or 1930614. OLE color: 1930614.

HSL color Cylindrical-coordinate representation of color #76751D: hue angle of 59.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76751D is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 29 -
CMYK 0 0.01 0.75 0.54
HSL 59.33º 0.61% 0.29% -
HSV(B) 59.33º 0.75% 0.46% -
XYZ 14.05 16.66 3.64 -
YUV 107.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 118 117 29 0 0.01 0.75 0.54 59.33 0.61 0.29
Hex 76 75 1D 0 1 4B 36 3B 3D 1D
Octal 166 165 35 0 1 113 66 73 75 35
Binary 1110110 1110101 11101 0 1 1001011 110110 111011 111101 11101

Color Harmonies of #76751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76751D

Black with #76751D

Text Example


Text Example

White with #76751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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