Html Css Color HEX #92AA76 Olivine

📋 copy color: '#92AA76'

red 146 ◦ green 170 ◦ blue 118

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

Shades of Olivine #92AA76

Tints of Olivine #92AA76

RGB

 RED value IS 146 (57.42% from 255) = 33.64%

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 33.64%
G = 39.17%
B = 27.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#92AA76 (or 0x92AA76) is known color: Olivine. HEX triplet: 92, AA and 76. RGB value is (146,170,118). Sum of RGB (Red+Green+Blue) = 146+170+118=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AA76 is #6D5589. Grayscale: #9D9D9D. Windows color (decimal): -7165322 or 7776914. OLE color: 7776914.

HSL color Cylindrical-coordinate representation of color #92AA76: hue angle of 87.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92AA76 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 170 118 -
CMYK 0.14 0 0.31 0.33
HSL 87.69º 0.23% 0.56% -
HSV(B) 87.69º 0.31% 0.67% -
XYZ 29.5 36.17 22.57 -
YUV 156.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 146 170 118 0.14 0 0.31 0.33 87.69 0.23 0.56
Hex 92 AA 76 E 0 1F 21 58 17 38
Octal 222 252 166 16 0 37 41 130 27 70
Binary 10010010 10101010 1110110 1110 0 11111 100001 1011000 10111 111000

Color Harmonies of #92AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AA76

Black with #92AA76

Text Example


Text Example

White with #92AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AA76; }

 p { color: rgb(146,170,118); }

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

background-color css

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

 a { background-color: rgb(146,170,118); }

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

border-color css

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

 span { border-color: rgb(146,170,118); }

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