Html Css Color HEX #97BB74 Olivine

📋 copy color: '#97BB74'

red 151 ◦ green 187 ◦ blue 116

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

Shades of Olivine #97BB74

Tints of Olivine #97BB74

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.19%

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

R = 33.26%
G = 41.19%
B = 25.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#97BB74 (or 0x97BB74) is known color: Olivine. HEX triplet: 97, BB and 74. RGB value is (151,187,116). Sum of RGB (Red+Green+Blue) = 151+187+116=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BB74 is #68448B. Grayscale: #A8A8A8. Windows color (decimal): -6833292 or 7650199. OLE color: 7650199.

HSL color Cylindrical-coordinate representation of color #97BB74: hue angle of 90.42º degrees, saturation: 0.34, 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 #97BB74 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 187 116 -
CMYK 0.19 0 0.38 0.27
HSL 90.42º 0.34% 0.59% -
HSV(B) 90.42º 0.38% 0.73% -
XYZ 33.69 43.38 23.12 -
YUV 168.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 151 187 116 0.19 0 0.38 0.27 90.42 0.34 0.59
Hex 97 BB 74 13 0 26 1B 5A 22 3B
Octal 227 273 164 23 0 46 33 132 42 73
Binary 10010111 10111011 1110100 10011 0 100110 11011 1011010 100010 111011

Color Harmonies of #97BB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB74

Black with #97BB74

Text Example


Text Example

White with #97BB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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