Html Css Color HEX #97BD6F Olivine

📋 copy color: '#97BD6F'

red 151 ◦ green 189 ◦ blue 111

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

Shades of Olivine #97BD6F

Tints of Olivine #97BD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 33.48%
G = 41.91%
B = 24.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#97BD6F (or 0x97BD6F) is known color: Olivine. HEX triplet: 97, BD and 6F. RGB value is (151,189,111). Sum of RGB (Red+Green+Blue) = 151+189+111=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BD6F is #684290. Grayscale: #A9A9A9. Windows color (decimal): -6832785 or 7323031. OLE color: 7323031.

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

Color convert

RGB 151 189 111 -
CMYK 0.20 0 0.41 0.26
HSL 89.23º 0.37% 0.59% -
HSV(B) 89.23º 0.41% 0.74% -
XYZ 33.83 44.12 21.77 -
YUV 168.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 151 189 111 0.20 0 0.41 0.26 89.23 0.37 0.59
Hex 97 BD 6F 14 0 29 1A 59 25 3B
Octal 227 275 157 24 0 51 32 131 45 73
Binary 10010111 10111101 1101111 10100 0 101001 11010 1011001 100101 111011

Color Harmonies of #97BD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BD6F

Black with #97BD6F

Text Example


Text Example

White with #97BD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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