#97C467

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

Shades of Olivine #97C467

Tints of Olivine #97C467

Color information

#97C467 (or 0x97C467) is unknown color: approx Olivine. HEX triplet: 97, C4 and 67. RGB value is (151,196,103). Sum of RGB (Red+Green+Blue) = 151+196+103=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #97C467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C467 is #683B98. Grayscale: #ACACAC. Windows color (decimal): -6831001 or 6800535. OLE color: 6800535.

HSL color Cylindrical-coordinate representation of color #97C467: hue angle of 89.03º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97C467 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB151196103-
CMYK0.2300.470.23
HSL89.03º44.08%58.63%-
HSV(B)89.03º47.45%76.86%-
XYZ34.9547.0420.07-
YUV171.9489.09113.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 103 (40.62% from 255) = 22.89%
R=33.56%
G=43.56%
B=22.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511961030.2300.470.2389.0344.0858.63
Hex97C4671702F17592c3b
Octal22730414727057271315473
Binary10010111110001001100111101110101111101111011001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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