#97C269

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

Shades of Olivine #97C269

Tints of Olivine #97C269

Color information

#97C269 (or 0x97C269) is unknown color: approx Olivine. HEX triplet: 97, C2 and 69. RGB value is (151,194,105). Sum of RGB (Red+Green+Blue) = 151+194+105=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #97C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C269 is #683D96. Grayscale: #ABABAB. Windows color (decimal): -6831511 or 6931095. OLE color: 6931095.

HSL color Cylindrical-coordinate representation of color #97C269: hue angle of 88.99º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97C269 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB151194105-
CMYK0.2200.460.24
HSL88.99º42.18%58.63%-
HSV(B)88.99º45.88%76.08%-
XYZ34.646.1820.45-
YUV17190.75113.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=33.56%
G=43.11%
B=23.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511941050.2200.460.2488.9942.1858.63
Hex97C2691602E18592a3b
Octal22730215126056301315273
Binary10010111110000101101001101100101110110001011001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,194,105); }

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

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

 a { background-color: rgb(151,194,105); }

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

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

 span { border-color: rgb(151,194,105); }

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