#97CF67

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

Shades of Olivine #97CF67

Tints of Olivine #97CF67

Color information

#97CF67 (or 0x97CF67) is unknown color: approx Olivine. HEX triplet: 97, CF and 67. RGB value is (151,207,103). Sum of RGB (Red+Green+Blue) = 151+207+103=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CF67 is #683098. Grayscale: #B2B2B2. Windows color (decimal): -6828185 or 6803351. OLE color: 6803351.

HSL color Cylindrical-coordinate representation of color #97CF67: hue angle of 92.31º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97CF67 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB151207103-
CMYK0.2700.500.19
HSL92.31º52%60.78%-
HSV(B)92.31º50.24%81.18%-
XYZ37.5252.1820.93-
YUV178.485.45108.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 103 (40.62% from 255) = 22.34%
R=32.75%
G=44.90%
B=22.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512071030.2700.500.1992.315260.78
Hex97CF671B032135c343d
Octal22731714733062231346475
Binary10010111110011111100111110110110010100111011100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,207,103); }

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

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

 a { background-color: rgb(151,207,103); }

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

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

 span { border-color: rgb(151,207,103); }

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