Html Css Color HEX #76751E Olivetone

📋 copy color: '#76751E'

red 118 ◦ green 117 ◦ blue 30

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

Shades of Olivetone #76751E

Tints of Olivetone #76751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 44.53%
G = 44.15%
B = 11.32%

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

#76751E (or 0x76751E) is known color: Olivetone. HEX triplet: 76, 75 and 1E. RGB value is (118,117,30). Sum of RGB (Red+Green+Blue) = 118+117+30=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76751E is #898AE1. Grayscale: #6B6B6B. Windows color (decimal): -9013986 or 1996150. OLE color: 1996150.

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

Color convert

RGB 118 117 30 -
CMYK 0 0.01 0.75 0.54
HSL 59.32º 0.59% 0.29% -
HSV(B) 59.32º 0.75% 0.46% -
XYZ 14.07 16.67 3.7 -
YUV 107.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 118 117 30 0 0.01 0.75 0.54 59.32 0.59 0.29
Hex 76 75 1E 0 1 4B 36 3B 3B 1D
Octal 166 165 36 0 1 113 66 73 73 35
Binary 1110110 1110101 11110 0 1 1001011 110110 111011 111011 11101

Color Harmonies of #76751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76751E

Black with #76751E

Text Example


Text Example

White with #76751E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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