#97B461

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

Shades of Olivine #97B461

Tints of Olivine #97B461

Color information

#97B461 (or 0x97B461) is unknown color: approx Olivine. HEX triplet: 97, B4 and 61. RGB value is (151,180,97). Sum of RGB (Red+Green+Blue) = 151+180+97=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #97B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B461 is #684B9E. Grayscale: #A2A2A2. Windows color (decimal): -6835103 or 6403223. OLE color: 6403223.

HSL color Cylindrical-coordinate representation of color #97B461: hue angle of 80.96º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97B461 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB15118097-
CMYK0.1600.460.29
HSL80.96º35.62%54.31%-
HSV(B)80.96º46.11%70.59%-
XYZ31.2440.0817.4-
YUV161.8791.39120.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.28%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=35.28%
G=42.06%
B=22.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151180970.1600.460.2980.9635.6254.31
Hex97B4611002E1D512436
Octal22726414120056351214466
Binary10010111101101001100001100000101110111011010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,97); }

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

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

 a { background-color: rgb(151,180,97); }

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

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

 span { border-color: rgb(151,180,97); }

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