Html Css Color HEX #92AB76 Olivine

📋 copy color: '#92AB76'

red 146 ◦ green 171 ◦ blue 118

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

Shades of Olivine #92AB76

Tints of Olivine #92AB76

RGB

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

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

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

R = 33.56%
G = 39.31%
B = 27.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#92AB76 (or 0x92AB76) is known color: Olivine. HEX triplet: 92, AB and 76. RGB value is (146,171,118). Sum of RGB (Red+Green+Blue) = 146+171+118=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB76 is #6D5489. Grayscale: #9D9D9D. Windows color (decimal): -7165066 or 7777170. OLE color: 7777170.

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

Color convert

RGB 146 171 118 -
CMYK 0.15 0 0.31 0.33
HSL 88.3º 0.24% 0.57% -
HSV(B) 88.3º 0.31% 0.67% -
XYZ 29.69 36.54 22.63 -
YUV 157.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 146 171 118 0.15 0 0.31 0.33 88.3 0.24 0.57
Hex 92 AB 76 F 0 1F 21 58 18 39
Octal 222 253 166 17 0 37 41 130 30 71
Binary 10010010 10101011 1110110 1111 0 11111 100001 1011000 11000 111001

Color Harmonies of #92AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB76

Black with #92AB76

Text Example


Text Example

White with #92AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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