#97C07D

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

Shades of Olivine #97C07D

Tints of Olivine #97C07D

Color information

#97C07D (or 0x97C07D) is unknown color: approx Olivine. HEX triplet: 97, C0 and 7D. RGB value is (151,192,125). Sum of RGB (Red+Green+Blue) = 151+192+125=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #97C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C07D is #683F82. Grayscale: #ACACAC. Windows color (decimal): -6832003 or 8241303. OLE color: 8241303.

HSL color Cylindrical-coordinate representation of color #97C07D: hue angle of 96.72º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97C07D is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB151192125-
CMYK0.2100.350.25
HSL96.72º34.72%62.16%-
HSV(B)96.72º34.9%75.29%-
XYZ35.3145.7626.37-
YUV172.1101.42112.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.26%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=32.26%
G=41.03%
B=26.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511921250.2100.350.2596.7234.7262.16
Hex97C07D150231961233e
Octal22730017525043311414376
Binary10010111110000001111101101010100011110011100001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,192,125); }

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

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

 a { background-color: rgb(151,192,125); }

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

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

 span { border-color: rgb(151,192,125); }

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