Html Css Color HEX #766A1F Olivetone

📋 copy color: '#766A1F'

red 118 ◦ green 106 ◦ blue 31

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

Shades of Olivetone #766A1F

Tints of Olivetone #766A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.57%

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

R = 46.27%
G = 41.57%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#766A1F (or 0x766A1F) is known color: Olivetone. HEX triplet: 76, 6A and 1F. RGB value is (118,106,31). Sum of RGB (Red+Green+Blue) = 118+106+31=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #766A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A1F is #8995E0. Grayscale: #656565. Windows color (decimal): -9016801 or 2058870. OLE color: 2058870.

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

Color convert

RGB 118 106 31 -
CMYK 0 0.10 0.74 0.54
HSL 51.72º 0.58% 0.29% -
HSV(B) 51.72º 0.74% 0.46% -
XYZ 12.87 14.26 3.37 -
YUV 101.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 118 106 31 0 0.10 0.74 0.54 51.72 0.58 0.29
Hex 76 6A 1F 0 A 4A 36 34 3A 1D
Octal 166 152 37 0 12 112 66 64 72 35
Binary 1110110 1101010 11111 0 1010 1001010 110110 110100 111010 11101

Color Harmonies of #766A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A1F

Black with #766A1F

Text Example


Text Example

White with #766A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A1F; }

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

 H1.HeaderClassName
 {
   color: #766A1F;
 }
 .AnyTagClassName
 {
   color: #766A1F;
 }
</style>

background-color css

<style>
 a { background-color: #766A1F; }

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

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

border-color css

<style>
 span { border-color: #766A1F; }

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

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