#97BD63

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

Shades of Olivine #97BD63

Tints of Olivine #97BD63

Color information

#97BD63 (or 0x97BD63) is unknown color: approx Olivine. HEX triplet: 97, BD and 63. RGB value is (151,189,99). Sum of RGB (Red+Green+Blue) = 151+189+99=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BD63 is #68429C. Grayscale: #A7A7A7. Windows color (decimal): -6832797 or 6536599. OLE color: 6536599.

HSL color Cylindrical-coordinate representation of color #97BD63: hue angle of 85.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97BD63 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB15118999-
CMYK0.2000.480.26
HSL85.33º40.54%56.47%-
HSV(B)85.33º47.62%74.12%-
XYZ33.2143.8818.52-
YUV167.3889.41116.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 189 (74.22% from 255) = 43.05%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=34.40%
G=43.05%
B=22.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151189990.2000.480.2685.3340.5456.47
Hex97BD63140301A552938
Octal22727514324060321255170
Binary10010111101111011100011101000110000110101010101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,189,99); }

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

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

 a { background-color: rgb(151,189,99); }

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

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

 span { border-color: rgb(151,189,99); }

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