Html Css Color HEX #767223 Olivetone

📋 copy color: '#767223'

red 118 ◦ green 114 ◦ blue 35

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

Shades of Olivetone #767223

Tints of Olivetone #767223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

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

R = 44.19%
G = 42.7%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#767223 (or 0x767223) is known color: Olivetone. HEX triplet: 76, 72 and 23. RGB value is (118,114,35). Sum of RGB (Red+Green+Blue) = 118+114+35=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #767223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767223 is #898DDC. Grayscale: #6A6A6A. Windows color (decimal): -9014749 or 2323062. OLE color: 2323062.

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

Color convert

RGB 118 114 35 -
CMYK 0 0.03 0.70 0.54
HSL 57.11º 0.54% 0.3% -
HSV(B) 57.11º 0.7% 0.46% -
XYZ 13.79 16.01 3.95 -
YUV 106.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 118 114 35 0 0.03 0.70 0.54 57.11 0.54 0.3
Hex 76 72 23 0 3 46 36 39 36 1E
Octal 166 162 43 0 3 106 66 71 66 36
Binary 1110110 1110010 100011 0 11 1000110 110110 111001 110110 11110

Color Harmonies of #767223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767223

Black with #767223

Text Example


Text Example

White with #767223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767223; }

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

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

background-color css

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

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

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

border-color css

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

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

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