#97CB5D

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

Shades of Olivine #97CB5D

Tints of Olivine #97CB5D

Color information

#97CB5D (or 0x97CB5D) is unknown color: approx Olivine. HEX triplet: 97, CB and 5D. RGB value is (151,203,93). Sum of RGB (Red+Green+Blue) = 151+203+93=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CB5D is #6834A2. Grayscale: #AFAFAF. Windows color (decimal): -6829219 or 6146967. OLE color: 6146967.

HSL color Cylindrical-coordinate representation of color #97CB5D: hue angle of 88.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97CB5D is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB15120393-
CMYK0.2600.540.20
HSL88.36º51.4%58.04%-
HSV(B)88.36º54.19%79.61%-
XYZ36.0950.0818.12-
YUV174.9181.77110.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 203 (79.69% from 255) = 45.41%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=33.78%
G=45.41%
B=20.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151203930.2600.540.2088.3651.458.04
Hex97CB5D1A0361458333a
Octal22731313532066241306372
Binary10010111110010111011101110100110110101001011000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,203,93); }

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

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

 a { background-color: rgb(151,203,93); }

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

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

 span { border-color: rgb(151,203,93); }

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