Html Css Color HEX #97BC7C Olivine

📋 copy color: '#97BC7C'

red 151 ◦ green 188 ◦ blue 124

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

Shades of Olivine #97BC7C

Tints of Olivine #97BC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 32.61%
G = 40.6%
B = 26.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#97BC7C (or 0x97BC7C) is known color: Olivine. HEX triplet: 97, BC and 7C. RGB value is (151,188,124). Sum of RGB (Red+Green+Blue) = 151+188+124=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BC7C is #684383. Grayscale: #A9A9A9. Windows color (decimal): -6833028 or 8174743. OLE color: 8174743.

HSL color Cylindrical-coordinate representation of color #97BC7C: hue angle of 94.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97BC7C is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 188 124 -
CMYK 0.20 0 0.34 0.26
HSL 94.69º 0.32% 0.61% -
HSV(B) 94.69º 0.34% 0.74% -
XYZ 34.38 44 25.75 -
YUV 169.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 151 188 124 0.20 0 0.34 0.26 94.69 0.32 0.61
Hex 97 BC 7C 14 0 22 1A 5F 20 3D
Octal 227 274 174 24 0 42 32 137 40 75
Binary 10010111 10111100 1111100 10100 0 100010 11010 1011111 100000 111101

Color Harmonies of #97BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BC7C

Black with #97BC7C

Text Example


Text Example

White with #97BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,188,124); }

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

background-color css

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

 a { background-color: rgb(151,188,124); }

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

border-color css

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

 span { border-color: rgb(151,188,124); }

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