Html Css Color HEX #92AB70 Olivine

📋 copy color: '#92AB70'

red 146 ◦ green 171 ◦ blue 112

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

Shades of Olivine #92AB70

Tints of Olivine #92AB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 34.03%
G = 39.86%
B = 26.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#92AB70 (or 0x92AB70) is known color: Olivine. HEX triplet: 92, AB and 70. RGB value is (146,171,112). Sum of RGB (Red+Green+Blue) = 146+171+112=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB70 is #6D548F. Grayscale: #9D9D9D. Windows color (decimal): -7165072 or 7383954. OLE color: 7383954.

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

Color convert

RGB 146 171 112 -
CMYK 0.15 0 0.35 0.33
HSL 85.42º 0.26% 0.55% -
HSV(B) 85.42º 0.35% 0.67% -
XYZ 29.34 36.41 20.81 -
YUV 156.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 146 171 112 0.15 0 0.35 0.33 85.42 0.26 0.55
Hex 92 AB 70 F 0 23 21 55 1A 37
Octal 222 253 160 17 0 43 41 125 32 67
Binary 10010010 10101011 1110000 1111 0 100011 100001 1010101 11010 110111

Color Harmonies of #92AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB70

Black with #92AB70

Text Example


Text Example

White with #92AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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