Html Css Color HEX #92AA71 Olivine

📋 copy color: '#92AA71'

red 146 ◦ green 170 ◦ blue 113

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

Shades of Olivine #92AA71

Tints of Olivine #92AA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.34%

R = 34.03%
G = 39.63%
B = 26.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#92AA71 (or 0x92AA71) is known color: Olivine. HEX triplet: 92, AA and 71. RGB value is (146,170,113). Sum of RGB (Red+Green+Blue) = 146+170+113=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AA71 is #6D558E. Grayscale: #9C9C9C. Windows color (decimal): -7165327 or 7449234. OLE color: 7449234.

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

Color convert

RGB 146 170 113 -
CMYK 0.14 0 0.34 0.33
HSL 85.26º 0.25% 0.55% -
HSV(B) 85.26º 0.34% 0.67% -
XYZ 29.21 36.05 21.04 -
YUV 156.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 146 170 113 0.14 0 0.34 0.33 85.26 0.25 0.55
Hex 92 AA 71 E 0 22 21 55 19 37
Octal 222 252 161 16 0 42 41 125 31 67
Binary 10010010 10101010 1110001 1110 0 100010 100001 1010101 11001 110111

Color Harmonies of #92AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AA71

Black with #92AA71

Text Example


Text Example

White with #92AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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