Html Css Color HEX #97B973 Olivine

📋 copy color: '#97B973'

red 151 ◦ green 185 ◦ blue 115

#97B973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #97B973

Tints of Olivine #97B973

RGB

 RED value IS 151 (59.38% from 255) = 33.48%

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 33.48%
G = 41.02%
B = 25.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#97B973 (or 0x97B973) is known color: Olivine. HEX triplet: 97, B9 and 73. RGB value is (151,185,115). Sum of RGB (Red+Green+Blue) = 151+185+115=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #97B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B973 is #68468C. Grayscale: #A7A7A7. Windows color (decimal): -6833805 or 7584151. OLE color: 7584151.

HSL color Cylindrical-coordinate representation of color #97B973: hue angle of 89.14º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97B973 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 185 115 -
CMYK 0.18 0 0.38 0.27
HSL 89.14º 0.33% 0.59% -
HSV(B) 89.14º 0.38% 0.73% -
XYZ 33.21 42.52 22.68 -
YUV 166.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 151 185 115 0.18 0 0.38 0.27 89.14 0.33 0.59
Hex 97 B9 73 12 0 26 1B 59 21 3B
Octal 227 271 163 22 0 46 33 131 41 73
Binary 10010111 10111001 1110011 10010 0 100110 11011 1011001 100001 111011

Color Harmonies of #97B973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B973

Black with #97B973

Text Example


Text Example

White with #97B973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,185,115); }

 H1.HeaderClassName
 {
   color: #97B973;
 }
 .AnyTagClassName
 {
   color: #97B973;
 }
</style>

background-color css

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

 a { background-color: rgb(151,185,115); }

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

border-color css

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

 span { border-color: rgb(151,185,115); }

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