Html Css Color HEX #97BD7D Olivine

📋 copy color: '#97BD7D'

red 151 ◦ green 189 ◦ blue 125

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

Shades of Olivine #97BD7D

Tints of Olivine #97BD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.65%

 BLUE value IS 125 (49.22% from 255) = 26.88%

R = 32.47%
G = 40.65%
B = 26.88%

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

#97BD7D (or 0x97BD7D) is known color: Olivine. HEX triplet: 97, BD and 7D. RGB value is (151,189,125). Sum of RGB (Red+Green+Blue) = 151+189+125=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BD7D is #684282. Grayscale: #AAAAAA. Windows color (decimal): -6832771 or 8240535. OLE color: 8240535.

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

Color convert

RGB 151 189 125 -
CMYK 0.20 0 0.34 0.26
HSL 95.63º 0.33% 0.62% -
HSV(B) 95.63º 0.34% 0.74% -
XYZ 34.66 44.46 26.16 -
YUV 170.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 151 189 125 0.20 0 0.34 0.26 95.63 0.33 0.62
Hex 97 BD 7D 14 0 22 1A 60 21 3E
Octal 227 275 175 24 0 42 32 140 41 76
Binary 10010111 10111101 1111101 10100 0 100010 11010 1100000 100001 111110

Color Harmonies of #97BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BD7D

Black with #97BD7D

Text Example


Text Example

White with #97BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,189,125); }

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

background-color css

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

 a { background-color: rgb(151,189,125); }

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

border-color css

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

 span { border-color: rgb(151,189,125); }

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