Html Css Color HEX #76731B Olivetone

📋 copy color: '#76731B'

red 118 ◦ green 115 ◦ blue 27

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

Shades of Olivetone #76731B

Tints of Olivetone #76731B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

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

R = 45.38%
G = 44.23%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76731B (or 0x76731B) is known color: Olivetone. HEX triplet: 76, 73 and 1B. RGB value is (118,115,27). Sum of RGB (Red+Green+Blue) = 118+115+27=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76731B is #898CE4. Grayscale: #6A6A6A. Windows color (decimal): -9014501 or 1799030. OLE color: 1799030.

HSL color Cylindrical-coordinate representation of color #76731B: hue angle of 58.02º 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 #76731B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 27 -
CMYK 0 0.03 0.77 0.54
HSL 58.02º 0.63% 0.28% -
HSV(B) 58.02º 0.77% 0.46% -
XYZ 13.8 16.19 3.43 -
YUV 105.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 118 115 27 0 0.03 0.77 0.54 58.02 0.63 0.28
Hex 76 73 1B 0 3 4D 36 3A 3F 1C
Octal 166 163 33 0 3 115 66 72 77 34
Binary 1110110 1110011 11011 0 11 1001101 110110 111010 111111 11100

Color Harmonies of #76731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76731B

Black with #76731B

Text Example


Text Example

White with #76731B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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