#97B265

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

Shades of Olivine #97B265

Tints of Olivine #97B265

Color information

#97B265 (or 0x97B265) is unknown color: approx Olivine. HEX triplet: 97, B2 and 65. RGB value is (151,178,101). Sum of RGB (Red+Green+Blue) = 151+178+101=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #97B265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B265 is #684D9A. Grayscale: #A1A1A1. Windows color (decimal): -6835611 or 6664855. OLE color: 6664855.

HSL color Cylindrical-coordinate representation of color #97B265: hue angle of 81.04º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97B265 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB151178101-
CMYK0.1500.430.30
HSL81.04º33.33%54.71%-
HSV(B)81.04º43.26%69.8%-
XYZ31.0339.3618.27-
YUV161.1594.05120.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=35.12%
G=41.40%
B=23.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511781010.1500.430.3081.0433.3354.71
Hex97B265F02B1E512137
Octal22726214517053361214167
Binary1001011110110010110010111110101011111101010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,178,101); }

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

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

 a { background-color: rgb(151,178,101); }

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

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

 span { border-color: rgb(151,178,101); }

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