#97D367

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

Shades of Olivine #97D367

Tints of Olivine #97D367

Color information

#97D367 (or 0x97D367) is unknown color: approx Olivine. HEX triplet: 97, D3 and 67. RGB value is (151,211,103). Sum of RGB (Red+Green+Blue) = 151+211+103=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #97D367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D367 is #682C98. Grayscale: #B5B5B5. Windows color (decimal): -6827161 or 6804375. OLE color: 6804375.

HSL color Cylindrical-coordinate representation of color #97D367: hue angle of 93.33º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97D367 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB151211103-
CMYK0.2800.510.17
HSL93.33º55.1%61.57%-
HSV(B)93.33º51.18%82.75%-
XYZ38.554.1521.25-
YUV180.7584.12106.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 211 (82.81% from 255) = 45.38%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=32.47%
G=45.38%
B=22.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512111030.2800.510.1793.3355.161.57
Hex97D3671C033115d373e
Octal22732314734063211356776
Binary10010111110100111100111111000110011100011011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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