Html Css Color HEX #97B275 Olivine

📋 copy color: '#97B275'

red 151 ◦ green 178 ◦ blue 117

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

Shades of Olivine #97B275

Tints of Olivine #97B275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.91%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 33.86%
G = 39.91%
B = 26.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#97B275 (or 0x97B275) is known color: Olivine. HEX triplet: 97, B2 and 75. RGB value is (151,178,117). Sum of RGB (Red+Green+Blue) = 151+178+117=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #97B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B275 is #684D8A. Grayscale: #A3A3A3. Windows color (decimal): -6835595 or 7713431. OLE color: 7713431.

HSL color Cylindrical-coordinate representation of color #97B275: hue angle of 86.56º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97B275 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 178 117 -
CMYK 0.15 0 0.34 0.30
HSL 86.56º 0.28% 0.58% -
HSV(B) 86.56º 0.34% 0.7% -
XYZ 31.89 39.7 22.81 -
YUV 162.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 151 178 117 0.15 0 0.34 0.30 86.56 0.28 0.58
Hex 97 B2 75 F 0 22 1E 57 1C 3A
Octal 227 262 165 17 0 42 36 127 34 72
Binary 10010111 10110010 1110101 1111 0 100010 11110 1010111 11100 111010

Color Harmonies of #97B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B275

Black with #97B275

Text Example


Text Example

White with #97B275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,178,117); }

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

background-color css

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

 a { background-color: rgb(151,178,117); }

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

border-color css

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

 span { border-color: rgb(151,178,117); }

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