Html Css Color HEX #92AB7C Olivine

📋 copy color: '#92AB7C'

red 146 ◦ green 171 ◦ blue 124

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

Shades of Olivine #92AB7C

Tints of Olivine #92AB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

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

R = 33.11%
G = 38.78%
B = 28.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#92AB7C (or 0x92AB7C) is known color: Olivine. HEX triplet: 92, AB and 7C. RGB value is (146,171,124). Sum of RGB (Red+Green+Blue) = 146+171+124=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB7C is #6D5483. Grayscale: #9E9E9E. Windows color (decimal): -7165060 or 8170386. OLE color: 8170386.

HSL color Cylindrical-coordinate representation of color #92AB7C: hue angle of 91.91º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92AB7C is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 171 124 -
CMYK 0.15 0 0.27 0.33
HSL 91.91º 0.22% 0.58% -
HSV(B) 91.91º 0.27% 0.67% -
XYZ 30.06 36.69 24.57 -
YUV 158.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 146 171 124 0.15 0 0.27 0.33 91.91 0.22 0.58
Hex 92 AB 7C F 0 1B 21 5C 16 3A
Octal 222 253 174 17 0 33 41 134 26 72
Binary 10010010 10101011 1111100 1111 0 11011 100001 1011100 10110 111010

Color Harmonies of #92AB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB7C

Black with #92AB7C

Text Example


Text Example

White with #92AB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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