Html Css Color HEX #97BA6D Olivine

📋 copy color: '#97BA6D'

red 151 ◦ green 186 ◦ blue 109

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

Shades of Olivine #97BA6D

Tints of Olivine #97BA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.44%

R = 33.86%
G = 41.7%
B = 24.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#97BA6D (or 0x97BA6D) is known color: Olivine. HEX triplet: 97, BA and 6D. RGB value is (151,186,109). Sum of RGB (Red+Green+Blue) = 151+186+109=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BA6D is #684592. Grayscale: #A7A7A7. Windows color (decimal): -6833555 or 7191191. OLE color: 7191191.

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

Color convert

RGB 151 186 109 -
CMYK 0.19 0 0.41 0.27
HSL 87.27º 0.36% 0.58% -
HSV(B) 87.27º 0.41% 0.73% -
XYZ 33.08 42.8 20.99 -
YUV 166.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 151 186 109 0.19 0 0.41 0.27 87.27 0.36 0.58
Hex 97 BA 6D 13 0 29 1B 57 24 3A
Octal 227 272 155 23 0 51 33 127 44 72
Binary 10010111 10111010 1101101 10011 0 101001 11011 1010111 100100 111010

Color Harmonies of #97BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA6D

Black with #97BA6D

Text Example


Text Example

White with #97BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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