Html Css Color HEX #97B572 Olivine

📋 copy color: '#97B572'

red 151 ◦ green 181 ◦ blue 114

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

Shades of Olivine #97B572

Tints of Olivine #97B572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.58%

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

R = 33.86%
G = 40.58%
B = 25.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#97B572 (or 0x97B572) is known color: Olivine. HEX triplet: 97, B5 and 72. RGB value is (151,181,114). Sum of RGB (Red+Green+Blue) = 151+181+114=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #97B572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97B572 is #684A8D. Grayscale: #A4A4A4. Windows color (decimal): -6834830 or 7517591. OLE color: 7517591.

HSL color Cylindrical-coordinate representation of color #97B572: hue angle of 86.87º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97B572 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 181 114 -
CMYK 0.17 0 0.37 0.29
HSL 86.87º 0.31% 0.58% -
HSV(B) 86.87º 0.37% 0.71% -
XYZ 32.32 40.84 22.1 -
YUV 164.39 99.56 118.45 -
System Red Green Blue C M Y K H S L
Decimal 151 181 114 0.17 0 0.37 0.29 86.87 0.31 0.58
Hex 97 B5 72 11 0 25 1D 57 1F 3A
Octal 227 265 162 21 0 45 35 127 37 72
Binary 10010111 10110101 1110010 10001 0 100101 11101 1010111 11111 111010

Color Harmonies of #97B572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B572

Black with #97B572

Text Example


Text Example

White with #97B572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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