#97D068

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

Shades of Olivine #97D068

Tints of Olivine #97D068

Color information

#97D068 (or 0x97D068) is unknown color: approx Olivine. HEX triplet: 97, D0 and 68. RGB value is (151,208,104). Sum of RGB (Red+Green+Blue) = 151+208+104=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #97D068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D068 is #682F97. Grayscale: #B3B3B3. Windows color (decimal): -6827928 or 6869143. OLE color: 6869143.

HSL color Cylindrical-coordinate representation of color #97D068: hue angle of 92.88º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97D068 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB151208104-
CMYK0.2700.50.18
HSL92.88º52.53%61.18%-
HSV(B)92.88º50%81.57%-
XYZ37.8252.6921.27-
YUV179.185.62107.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 208 (81.64% from 255) = 44.92%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=32.61%
G=44.92%
B=22.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512081040.2700.50.1892.8852.5361.18
Hex97D0681B032125d353d
Octal22732015033062221356575
Binary10010111110100001101000110110110010100101011101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,208,104); }

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

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

 a { background-color: rgb(151,208,104); }

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

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

 span { border-color: rgb(151,208,104); }

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