#97D269

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

Shades of Olivine #97D269

Tints of Olivine #97D269

Color information

#97D269 (or 0x97D269) is unknown color: approx Olivine. HEX triplet: 97, D2 and 69. RGB value is (151,210,105). Sum of RGB (Red+Green+Blue) = 151+210+105=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #97D269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D269 is #682D96. Grayscale: #B4B4B4. Windows color (decimal): -6827415 or 6935191. OLE color: 6935191.

HSL color Cylindrical-coordinate representation of color #97D269: hue angle of 93.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97D269 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB151210105-
CMYK0.2800.500.18
HSL93.71º53.85%61.76%-
HSV(B)93.71º50%82.35%-
XYZ38.3653.6921.71-
YUV180.3985.45107.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.40%
GREEN value IS 210 (82.42% from 255) = 45.06%
BLUE value IS 105 (41.41% from 255) = 22.53%
R=32.40%
G=45.06%
B=22.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512101050.2800.500.1893.7153.8561.76
Hex97D2691C032125e363e
Octal22732215134062221366676
Binary10010111110100101101001111000110010100101011110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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