#97B868

Color #97B868 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #97B868

Tints of Olivine #97B868

Color information

#97B868 (or 0x97B868) is unknown color: approx Olivine. HEX triplet: 97, B8 and 68. RGB value is (151,184,104). Sum of RGB (Red+Green+Blue) = 151+184+104=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #97B868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B868 is #684797. Grayscale: #A5A5A5. Windows color (decimal): -6834072 or 6862999. OLE color: 6862999.

HSL color Cylindrical-coordinate representation of color #97B868: hue angle of 84.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97B868 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB151184104-
CMYK0.1800.430.28
HSL84.75º36.04%56.47%-
HSV(B)84.75º43.48%72.16%-
XYZ32.441.8619.47-
YUV165.0193.57118-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=34.40%
G=41.91%
B=23.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511841040.1800.430.2884.7536.0456.47
Hex97B8681202B1C552438
Octal22727015022053341254470
Binary10010111101110001101000100100101011111001010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97B868; }

 p { color: rgb(151,184,104); }

 H1.HeaderClassName
 {
   color: #97B868;
 }
 .AnyTagClassName
 {
   color: #97B868;
 }
</style>
background-color css

<style>
 a { background-color: #97B868; }

 a { background-color: rgb(151,184,104); }

 div.DivClassName
 {
   background-color: #97B868;
 }
 .BgClassName
 {
   background-color: #97B868;
 }
</style>
border-color css

<style>
 span { border-color: #97B868; }

 span { border-color: rgb(151,184,104); }

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