Html Css Color HEX #766C1E Olivetone

📋 copy color: '#766C1E'

red 118 ◦ green 108 ◦ blue 30

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

Shades of Olivetone #766C1E

Tints of Olivetone #766C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 46.09%
G = 42.19%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#766C1E (or 0x766C1E) is known color: Olivetone. HEX triplet: 76, 6C and 1E. RGB value is (118,108,30). Sum of RGB (Red+Green+Blue) = 118+108+30=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C1E is #8993E1. Grayscale: #666666. Windows color (decimal): -9016290 or 1993846. OLE color: 1993846.

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

Color convert

RGB 118 108 30 -
CMYK 0 0.08 0.75 0.54
HSL 53.18º 0.59% 0.29% -
HSV(B) 53.18º 0.75% 0.46% -
XYZ 13.07 14.67 3.37 -
YUV 102.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 118 108 30 0 0.08 0.75 0.54 53.18 0.59 0.29
Hex 76 6C 1E 0 8 4B 36 35 3B 1D
Octal 166 154 36 0 10 113 66 65 73 35
Binary 1110110 1101100 11110 0 1000 1001011 110110 110101 111011 11101

Color Harmonies of #766C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C1E

Black with #766C1E

Text Example


Text Example

White with #766C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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