Html Css Color HEX #60A85B Fruit Salad

📋 copy color: '#60A85B'

red 96 ◦ green 168 ◦ blue 91

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

Shades of Fruit Salad #60A85B

Tints of Fruit Salad #60A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.32%

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 27.04%
G = 47.32%
B = 25.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#60A85B (or 0x60A85B) is known color: Fruit Salad. HEX triplet: 60, A8 and 5B. RGB value is (96,168,91). Sum of RGB (Red+Green+Blue) = 96+168+91=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #60A85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A85B is #9F57A4. Grayscale: #898989. Windows color (decimal): -10442661 or 6006880. OLE color: 6006880.

HSL color Cylindrical-coordinate representation of color #60A85B: hue angle of 116.1º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60A85B is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 168 91 -
CMYK 0.43 0 0.46 0.34
HSL 116.1º 0.31% 0.51% -
HSV(B) 116.1º 0.46% 0.66% -
XYZ 20.71 31.25 14.84 -
YUV 137.69 101.65 98.26 -
System Red Green Blue C M Y K H S L
Decimal 96 168 91 0.43 0 0.46 0.34 116.1 0.31 0.51
Hex 60 A8 5B 2B 0 2E 22 74 1F 33
Octal 140 250 133 53 0 56 42 164 37 63
Binary 1100000 10101000 1011011 101011 0 101110 100010 1110100 11111 110011

Color Harmonies of #60A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A85B

Black with #60A85B

Text Example


Text Example

White with #60A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,168,91); }

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

background-color css

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

 a { background-color: rgb(96,168,91); }

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

border-color css

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

 span { border-color: rgb(96,168,91); }

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