Html Css Color HEX #92AE76 Olivine

📋 copy color: '#92AE76'

red 146 ◦ green 174 ◦ blue 118

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

Shades of Olivine #92AE76

Tints of Olivine #92AE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.73%

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

R = 33.33%
G = 39.73%
B = 26.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#92AE76 (or 0x92AE76) is known color: Olivine. HEX triplet: 92, AE and 76. RGB value is (146,174,118). Sum of RGB (Red+Green+Blue) = 146+174+118=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AE76 is #6D5189. Grayscale: #9F9F9F. Windows color (decimal): -7164298 or 7777938. OLE color: 7777938.

HSL color Cylindrical-coordinate representation of color #92AE76: hue angle of 90º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92AE76 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 174 118 -
CMYK 0.16 0 0.32 0.32
HSL 90º 0.26% 0.57% -
HSV(B) 90º 0.32% 0.68% -
XYZ 30.26 37.69 22.82 -
YUV 159.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 146 174 118 0.16 0 0.32 0.32 90 0.26 0.57
Hex 92 AE 76 10 0 20 20 5A 1A 39
Octal 222 256 166 20 0 40 40 132 32 71
Binary 10010010 10101110 1110110 10000 0 100000 100000 1011010 11010 111001

Color Harmonies of #92AE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AE76

Black with #92AE76

Text Example


Text Example

White with #92AE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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