Html Css Color HEX #766C25 Olivetone

📋 copy color: '#766C25'

red 118 ◦ green 108 ◦ blue 37

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

Shades of Olivetone #766C25

Tints of Olivetone #766C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 44.87%
G = 41.06%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#766C25 (or 0x766C25) is known color: Olivetone. HEX triplet: 76, 6C and 25. RGB value is (118,108,37). Sum of RGB (Red+Green+Blue) = 118+108+37=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #766C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C25 is #8993DA. Grayscale: #676767. Windows color (decimal): -9016283 or 2452598. OLE color: 2452598.

HSL color Cylindrical-coordinate representation of color #766C25: hue angle of 52.59º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766C25 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 37 -
CMYK 0 0.08 0.69 0.54
HSL 52.59º 0.52% 0.3% -
HSV(B) 52.59º 0.69% 0.46% -
XYZ 13.17 14.71 3.9 -
YUV 102.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 118 108 37 0 0.08 0.69 0.54 52.59 0.52 0.3
Hex 76 6C 25 0 8 45 36 35 34 1E
Octal 166 154 45 0 10 105 66 65 64 36
Binary 1110110 1101100 100101 0 1000 1000101 110110 110101 110100 11110

Color Harmonies of #766C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C25

Black with #766C25

Text Example


Text Example

White with #766C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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