#97CA68

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

Shades of Olivine #97CA68

Tints of Olivine #97CA68

Color information

#97CA68 (or 0x97CA68) is unknown color: approx Olivine. HEX triplet: 97, CA and 68. RGB value is (151,202,104). Sum of RGB (Red+Green+Blue) = 151+202+104=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CA68 is #683597. Grayscale: #AFAFAF. Windows color (decimal): -6829464 or 6867607. OLE color: 6867607.

HSL color Cylindrical-coordinate representation of color #97CA68: hue angle of 91.22º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97CA68 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB151202104-
CMYK0.2500.490.21
HSL91.22º48.04%60%-
HSV(B)91.22º48.51%79.22%-
XYZ36.3849.8220.8-
YUV175.5887.6110.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=33.04%
G=44.20%
B=22.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512021040.2500.490.2191.2248.0460
Hex97CA6819031155b303c
Octal22731215031061251336074
Binary10010111110010101101000110010110001101011011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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