#97B765

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

Shades of Olivine #97B765

Tints of Olivine #97B765

Color information

#97B765 (or 0x97B765) is unknown color: approx Olivine. HEX triplet: 97, B7 and 65. RGB value is (151,183,101). Sum of RGB (Red+Green+Blue) = 151+183+101=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #97B765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B765 is #68489A. Grayscale: #A4A4A4. Windows color (decimal): -6834331 or 6666135. OLE color: 6666135.

HSL color Cylindrical-coordinate representation of color #97B765: hue angle of 83.41º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97B765 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB151183101-
CMYK0.1700.450.28
HSL83.41º36.28%55.69%-
HSV(B)83.41º44.81%71.76%-
XYZ32.0441.3918.61-
YUV164.0892.4118.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=34.71%
G=42.07%
B=23.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511831010.1700.450.2883.4136.2855.69
Hex97B7651102D1C532438
Octal22726714521055341234470
Binary10010111101101111100101100010101101111001010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,183,101); }

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

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

 a { background-color: rgb(151,183,101); }

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

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

 span { border-color: rgb(151,183,101); }

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