Html Css Color HEX #97BD7A Olivine

📋 copy color: '#97BD7A'

red 151 ◦ green 189 ◦ blue 122

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

Shades of Olivine #97BD7A

Tints of Olivine #97BD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.41%

R = 32.68%
G = 40.91%
B = 26.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#97BD7A (or 0x97BD7A) is known color: Olivine. HEX triplet: 97, BD and 7A. RGB value is (151,189,122). Sum of RGB (Red+Green+Blue) = 151+189+122=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BD7A is #684285. Grayscale: #AAAAAA. Windows color (decimal): -6832774 or 8043927. OLE color: 8043927.

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

Color convert

RGB 151 189 122 -
CMYK 0.20 0 0.35 0.26
HSL 94.03º 0.34% 0.61% -
HSV(B) 94.03º 0.35% 0.74% -
XYZ 34.47 44.38 25.16 -
YUV 170 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 151 189 122 0.20 0 0.35 0.26 94.03 0.34 0.61
Hex 97 BD 7A 14 0 23 1A 5E 22 3D
Octal 227 275 172 24 0 43 32 136 42 75
Binary 10010111 10111101 1111010 10100 0 100011 11010 1011110 100010 111101

Color Harmonies of #97BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BD7A

Black with #97BD7A

Text Example


Text Example

White with #97BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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