Html Css Color HEX #92AE7C Olivine

📋 copy color: '#92AE7C'

red 146 ◦ green 174 ◦ blue 124

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

Shades of Olivine #92AE7C

Tints of Olivine #92AE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 32.88%
G = 39.19%
B = 27.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#92AE7C (or 0x92AE7C) is known color: Olivine. HEX triplet: 92, AE and 7C. RGB value is (146,174,124). Sum of RGB (Red+Green+Blue) = 146+174+124=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AE7C is #6D5183. Grayscale: #A0A0A0. Windows color (decimal): -7164292 or 8171154. OLE color: 8171154.

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

Color convert

RGB 146 174 124 -
CMYK 0.16 0 0.29 0.32
HSL 93.6º 0.24% 0.58% -
HSV(B) 93.6º 0.29% 0.68% -
XYZ 30.63 37.84 24.76 -
YUV 159.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 146 174 124 0.16 0 0.29 0.32 93.6 0.24 0.58
Hex 92 AE 7C 10 0 1D 20 5E 18 3A
Octal 222 256 174 20 0 35 40 136 30 72
Binary 10010010 10101110 1111100 10000 0 11101 100000 1011110 11000 111010

Color Harmonies of #92AE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AE7C

Black with #92AE7C

Text Example


Text Example

White with #92AE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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