Html Css Color HEX #766F23 Olivetone

📋 copy color: '#766F23'

red 118 ◦ green 111 ◦ blue 35

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

Shades of Olivetone #766F23

Tints of Olivetone #766F23

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.05%

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 44.7%
G = 42.05%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#766F23 (or 0x766F23) is known color: Olivetone. HEX triplet: 76, 6F and 23. RGB value is (118,111,35). Sum of RGB (Red+Green+Blue) = 118+111+35=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #766F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F23 is #8990DC. Grayscale: #686868. Windows color (decimal): -9015517 or 2322294. OLE color: 2322294.

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

Color convert

RGB 118 111 35 -
CMYK 0 0.06 0.70 0.54
HSL 54.94º 0.54% 0.3% -
HSV(B) 54.94º 0.7% 0.46% -
XYZ 13.46 15.34 3.84 -
YUV 104.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 118 111 35 0 0.06 0.70 0.54 54.94 0.54 0.3
Hex 76 6F 23 0 6 46 36 37 36 1E
Octal 166 157 43 0 6 106 66 67 66 36
Binary 1110110 1101111 100011 0 110 1000110 110110 110111 110110 11110

Color Harmonies of #766F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F23

Black with #766F23

Text Example


Text Example

White with #766F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,35); }

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

background-color css

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

 a { background-color: rgb(118,111,35); }

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

border-color css

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

 span { border-color: rgb(118,111,35); }

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