Html Css Color HEX #97BA78 Olivine

📋 copy color: '#97BA78'

red 151 ◦ green 186 ◦ blue 120

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

Shades of Olivine #97BA78

Tints of Olivine #97BA78

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.7%

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 33.04%
G = 40.7%
B = 26.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#97BA78 (or 0x97BA78) is known color: Olivine. HEX triplet: 97, BA and 78. RGB value is (151,186,120). Sum of RGB (Red+Green+Blue) = 151+186+120=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BA78 is #684587. Grayscale: #A8A8A8. Windows color (decimal): -6833544 or 7912087. OLE color: 7912087.

HSL color Cylindrical-coordinate representation of color #97BA78: hue angle of 91.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97BA78 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 120 -
CMYK 0.19 0 0.35 0.27
HSL 91.82º 0.32% 0.6% -
HSV(B) 91.82º 0.35% 0.73% -
XYZ 33.71 43.05 24.3 -
YUV 168.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 151 186 120 0.19 0 0.35 0.27 91.82 0.32 0.6
Hex 97 BA 78 13 0 23 1B 5C 20 3C
Octal 227 272 170 23 0 43 33 134 40 74
Binary 10010111 10111010 1111000 10011 0 100011 11011 1011100 100000 111100

Color Harmonies of #97BA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA78

Black with #97BA78

Text Example


Text Example

White with #97BA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,186,120); }

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

background-color css

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

 a { background-color: rgb(151,186,120); }

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

border-color css

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

 span { border-color: rgb(151,186,120); }

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