Html Css Color HEX #97AE74 Olivine

📋 copy color: '#97AE74'

red 151 ◦ green 174 ◦ blue 116

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

Shades of Olivine #97AE74

Tints of Olivine #97AE74

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.46%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 34.24%
G = 39.46%
B = 26.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#97AE74 (or 0x97AE74) is known color: Olivine. HEX triplet: 97, AE and 74. RGB value is (151,174,116). Sum of RGB (Red+Green+Blue) = 151+174+116=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AE74 is #68518B. Grayscale: #A0A0A0. Windows color (decimal): -6836620 or 7646871. OLE color: 7646871.

HSL color Cylindrical-coordinate representation of color #97AE74: hue angle of 83.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97AE74 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 174 116 -
CMYK 0.13 0 0.33 0.32
HSL 83.79º 0.26% 0.57% -
HSV(B) 83.79º 0.33% 0.68% -
XYZ 31.05 38.11 22.24 -
YUV 160.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 151 174 116 0.13 0 0.33 0.32 83.79 0.26 0.57
Hex 97 AE 74 D 0 21 20 54 1A 39
Octal 227 256 164 15 0 41 40 124 32 71
Binary 10010111 10101110 1110100 1101 0 100001 100000 1010100 11010 111001

Color Harmonies of #97AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AE74

Black with #97AE74

Text Example


Text Example

White with #97AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,174,116); }

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

background-color css

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

 a { background-color: rgb(151,174,116); }

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

border-color css

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

 span { border-color: rgb(151,174,116); }

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