#97B967

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

Shades of Olivine #97B967

Tints of Olivine #97B967

Color information

#97B967 (or 0x97B967) is unknown color: approx Olivine. HEX triplet: 97, B9 and 67. RGB value is (151,185,103). Sum of RGB (Red+Green+Blue) = 151+185+103=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #97B967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B967 is #684698. Grayscale: #A5A5A5. Windows color (decimal): -6833817 or 6797719. OLE color: 6797719.

HSL color Cylindrical-coordinate representation of color #97B967: hue angle of 84.88º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #97B967 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB151185103-
CMYK0.1800.440.27
HSL84.88º36.94%56.47%-
HSV(B)84.88º44.32%72.55%-
XYZ32.5642.2619.27-
YUV165.4992.74117.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=34.40%
G=42.14%
B=23.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511851030.1800.440.2784.8836.9456.47
Hex97B9671202C1B552538
Octal22727114722054331254570
Binary10010111101110011100111100100101100110111010101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,185,103); }

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

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

 a { background-color: rgb(151,185,103); }

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

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

 span { border-color: rgb(151,185,103); }

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