#97AD74

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

Shades of Olivine #97AD74

Tints of Olivine #97AD74

Color information

#97AD74 (or 0x97AD74) is unknown color: approx Olivine. HEX triplet: 97, AD and 74. RGB value is (151,173,116). Sum of RGB (Red+Green+Blue) = 151+173+116=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AD74 is #68528B. Grayscale: #A0A0A0. Windows color (decimal): -6836876 or 7646615. OLE color: 7646615.

HSL color Cylindrical-coordinate representation of color #97AD74: hue angle of 83.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97AD74 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB151173116-
CMYK0.1300.330.32
HSL83.16º25.79%56.67%-
HSV(B)83.16º32.95%67.84%-
XYZ30.8637.7322.18-
YUV159.92103.21121.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=34.32%
G=39.32%
B=26.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511731160.1300.330.3283.1625.7956.67
Hex97AD74D02120531a39
Octal22725516415041401233271
Binary1001011110101101111010011010100001100000101001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,173,116); }

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

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

 a { background-color: rgb(151,173,116); }

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

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

 span { border-color: rgb(151,173,116); }

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