Html Css Color HEX #97B872 Olivine

📋 copy color: '#97B872'

red 151 ◦ green 184 ◦ blue 114

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

Shades of Olivine #97B872

Tints of Olivine #97B872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.98%

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 33.63%
G = 40.98%
B = 25.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#97B872 (or 0x97B872) is known color: Olivine. HEX triplet: 97, B8 and 72. RGB value is (151,184,114). Sum of RGB (Red+Green+Blue) = 151+184+114=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #97B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B872 is #68478D. Grayscale: #A6A6A6. Windows color (decimal): -6834062 or 7518359. OLE color: 7518359.

HSL color Cylindrical-coordinate representation of color #97B872: hue angle of 88.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97B872 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 184 114 -
CMYK 0.18 0 0.38 0.28
HSL 88.29º 0.33% 0.58% -
HSV(B) 88.29º 0.38% 0.72% -
XYZ 32.94 42.08 22.3 -
YUV 166.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 151 184 114 0.18 0 0.38 0.28 88.29 0.33 0.58
Hex 97 B8 72 12 0 26 1C 58 21 3A
Octal 227 270 162 22 0 46 34 130 41 72
Binary 10010111 10111000 1110010 10010 0 100110 11100 1011000 100001 111010

Color Harmonies of #97B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B872

Black with #97B872

Text Example


Text Example

White with #97B872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,184,114); }

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

background-color css

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

 a { background-color: rgb(151,184,114); }

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

border-color css

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

 span { border-color: rgb(151,184,114); }

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