Html Css Color HEX #76751B Olivetone

📋 copy color: '#76751B'

red 118 ◦ green 117 ◦ blue 27

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

Shades of Olivetone #76751B

Tints of Olivetone #76751B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 45.04%
G = 44.66%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76751B (or 0x76751B) is known color: Olivetone. HEX triplet: 76, 75 and 1B. RGB value is (118,117,27). Sum of RGB (Red+Green+Blue) = 118+117+27=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76751B is #898AE4. Grayscale: #6B6B6B. Windows color (decimal): -9013989 or 1799542. OLE color: 1799542.

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

Color convert

RGB 118 117 27 -
CMYK 0 0.01 0.77 0.54
HSL 59.34º 0.63% 0.28% -
HSV(B) 59.34º 0.77% 0.46% -
XYZ 14.03 16.65 3.51 -
YUV 107.04 82.83 135.82 -
System Red Green Blue C M Y K H S L
Decimal 118 117 27 0 0.01 0.77 0.54 59.34 0.63 0.28
Hex 76 75 1B 0 1 4D 36 3B 3F 1C
Octal 166 165 33 0 1 115 66 73 77 34
Binary 1110110 1110101 11011 0 1 1001101 110110 111011 111111 11100

Color Harmonies of #76751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76751B

Black with #76751B

Text Example


Text Example

White with #76751B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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