Html Css Color HEX #97C472 Olivine

📋 copy color: '#97C472'

red 151 ◦ green 196 ◦ blue 114

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

Shades of Olivine #97C472

Tints of Olivine #97C472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.52%

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

R = 32.75%
G = 42.52%
B = 24.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#97C472 (or 0x97C472) is known color: Olivine. HEX triplet: 97, C4 and 72. RGB value is (151,196,114). Sum of RGB (Red+Green+Blue) = 151+196+114=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #97C472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C472 is #683B8D. Grayscale: #ADADAD. Windows color (decimal): -6830990 or 7521431. OLE color: 7521431.

HSL color Cylindrical-coordinate representation of color #97C472: hue angle of 92.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97C472 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 196 114 -
CMYK 0.23 0 0.42 0.23
HSL 92.93º 0.41% 0.61% -
HSV(B) 92.93º 0.42% 0.77% -
XYZ 35.54 47.27 23.17 -
YUV 173.2 94.59 112.17 -
System Red Green Blue C M Y K H S L
Decimal 151 196 114 0.23 0 0.42 0.23 92.93 0.41 0.61
Hex 97 C4 72 17 0 2A 17 5D 29 3D
Octal 227 304 162 27 0 52 27 135 51 75
Binary 10010111 11000100 1110010 10111 0 101010 10111 1011101 101001 111101

Color Harmonies of #97C472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C472

Black with #97C472

Text Example


Text Example

White with #97C472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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