Html Css Color HEX #60A75A Fruit Salad

📋 copy color: '#60A75A'

red 96 ◦ green 167 ◦ blue 90

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

Shades of Fruit Salad #60A75A

Tints of Fruit Salad #60A75A

RGB

 RED value IS 96 (37.89% from 255) = 27.2%

 GREEN value IS 167 (65.63% from 255) = 47.31%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 27.2%
G = 47.31%
B = 25.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#60A75A (or 0x60A75A) is known color: Fruit Salad. HEX triplet: 60, A7 and 5A. RGB value is (96,167,90). Sum of RGB (Red+Green+Blue) = 96+167+90=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #60A75A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A75A is #9F58A5. Grayscale: #898989. Windows color (decimal): -10442918 or 5941088. OLE color: 5941088.

HSL color Cylindrical-coordinate representation of color #60A75A: hue angle of 115.32º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60A75A is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 167 90 -
CMYK 0.43 0 0.46 0.35
HSL 115.32º 0.3% 0.5% -
HSV(B) 115.32º 0.46% 0.65% -
XYZ 20.49 30.86 14.55 -
YUV 136.99 101.48 98.76 -
System Red Green Blue C M Y K H S L
Decimal 96 167 90 0.43 0 0.46 0.35 115.32 0.3 0.5
Hex 60 A7 5A 2B 0 2E 23 73 1E 32
Octal 140 247 132 53 0 56 43 163 36 62
Binary 1100000 10100111 1011010 101011 0 101110 100011 1110011 11110 110010

Color Harmonies of #60A75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A75A

Black with #60A75A

Text Example


Text Example

White with #60A75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A75A; }

 p { color: rgb(96,167,90); }

 H1.HeaderClassName
 {
   color: #60A75A;
 }
 .AnyTagClassName
 {
   color: #60A75A;
 }
</style>

background-color css

<style>
 a { background-color: #60A75A; }

 a { background-color: rgb(96,167,90); }

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

border-color css

<style>
 span { border-color: #60A75A; }

 span { border-color: rgb(96,167,90); }

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