Html Css Color HEX #97D769 Gossip

📋 copy color: '#97D769'

red 151 ◦ green 215 ◦ blue 105

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

Shades of Gossip #97D769

Tints of Gossip #97D769

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.65%

 BLUE value IS 105 (41.41% from 255) = 22.29%

R = 32.06%
G = 45.65%
B = 22.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#97D769 (or 0x97D769) is known color: Gossip. HEX triplet: 97, D7 and 69. RGB value is (151,215,105). Sum of RGB (Red+Green+Blue) = 151+215+105=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #97D769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D769 is #682896. Grayscale: #B7B7B7. Windows color (decimal): -6826135 or 6936471. OLE color: 6936471.

HSL color Cylindrical-coordinate representation of color #97D769: hue angle of 94.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97D769 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 215 105 -
CMYK 0.30 0 0.51 0.16
HSL 94.91º 0.58% 0.63% -
HSV(B) 94.91º 0.51% 0.84% -
XYZ 39.61 56.2 22.12 -
YUV 183.32 83.8 104.94 -
System Red Green Blue C M Y K H S L
Decimal 151 215 105 0.30 0 0.51 0.16 94.91 0.58 0.63
Hex 97 D7 69 1E 0 33 10 5F 3A 3F
Octal 227 327 151 36 0 63 20 137 72 77
Binary 10010111 11010111 1101001 11110 0 110011 10000 1011111 111010 111111

Color Harmonies of #97D769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D769

Black with #97D769

Text Example


Text Example

White with #97D769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,215,105); }

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

background-color css

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

 a { background-color: rgb(151,215,105); }

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

border-color css

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

 span { border-color: rgb(151,215,105); }

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