Html Css Color HEX #766C1F Olivetone

📋 copy color: '#766C1F'

red 118 ◦ green 108 ◦ blue 31

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

Shades of Olivetone #766C1F

Tints of Olivetone #766C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.02%

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

R = 45.91%
G = 42.02%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#766C1F (or 0x766C1F) is known color: Olivetone. HEX triplet: 76, 6C and 1F. RGB value is (118,108,31). Sum of RGB (Red+Green+Blue) = 118+108+31=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C1F is #8993E0. Grayscale: #666666. Windows color (decimal): -9016289 or 2059382. OLE color: 2059382.

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

Color convert

RGB 118 108 31 -
CMYK 0 0.08 0.74 0.54
HSL 53.1º 0.58% 0.29% -
HSV(B) 53.1º 0.74% 0.46% -
XYZ 13.08 14.68 3.44 -
YUV 102.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 118 108 31 0 0.08 0.74 0.54 53.1 0.58 0.29
Hex 76 6C 1F 0 8 4A 36 35 3A 1D
Octal 166 154 37 0 10 112 66 65 72 35
Binary 1110110 1101100 11111 0 1000 1001010 110110 110101 111010 11101

Color Harmonies of #766C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C1F

Black with #766C1F

Text Example


Text Example

White with #766C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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