Html Css Color HEX #97B974 Olivine

📋 copy color: '#97B974'

red 151 ◦ green 185 ◦ blue 116

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

Shades of Olivine #97B974

Tints of Olivine #97B974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 33.41%
G = 40.93%
B = 25.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#97B974 (or 0x97B974) is known color: Olivine. HEX triplet: 97, B9 and 74. RGB value is (151,185,116). Sum of RGB (Red+Green+Blue) = 151+185+116=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #97B974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B974 is #68468B. Grayscale: #A7A7A7. Windows color (decimal): -6833804 or 7649687. OLE color: 7649687.

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

Color convert

RGB 151 185 116 -
CMYK 0.18 0 0.37 0.27
HSL 89.57º 0.33% 0.59% -
HSV(B) 89.57º 0.37% 0.73% -
XYZ 33.26 42.54 22.98 -
YUV 166.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 151 185 116 0.18 0 0.37 0.27 89.57 0.33 0.59
Hex 97 B9 74 12 0 25 1B 5A 21 3B
Octal 227 271 164 22 0 45 33 132 41 73
Binary 10010111 10111001 1110100 10010 0 100101 11011 1011010 100001 111011

Color Harmonies of #97B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B974

Black with #97B974

Text Example


Text Example

White with #97B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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