Html Css Color HEX #767423 Olivetone

📋 copy color: '#767423'

red 118 ◦ green 116 ◦ blue 35

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

Shades of Olivetone #767423

Tints of Olivetone #767423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.12%

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

R = 43.87%
G = 43.12%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#767423 (or 0x767423) is known color: Olivetone. HEX triplet: 76, 74 and 23. RGB value is (118,116,35). Sum of RGB (Red+Green+Blue) = 118+116+35=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #767423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767423 is #898BDC. Grayscale: #6B6B6B. Windows color (decimal): -9014237 or 2323574. OLE color: 2323574.

HSL color Cylindrical-coordinate representation of color #767423: hue angle of 58.55º 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 #767423 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 35 -
CMYK 0 0.02 0.70 0.54
HSL 58.55º 0.54% 0.3% -
HSV(B) 58.55º 0.7% 0.46% -
XYZ 14.02 16.46 4.03 -
YUV 107.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 118 116 35 0 0.02 0.70 0.54 58.55 0.54 0.3
Hex 76 74 23 0 2 46 36 3B 36 1E
Octal 166 164 43 0 2 106 66 73 66 36
Binary 1110110 1110100 100011 0 10 1000110 110110 111011 110110 11110

Color Harmonies of #767423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767423

Black with #767423

Text Example


Text Example

White with #767423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767423; }

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

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

background-color css

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

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

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

border-color css

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

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

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