Html Css Color HEX #61B755 Apple

📋 copy color: '#61B755'

red 97 ◦ green 183 ◦ blue 85

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

Shades of Apple #61B755

Tints of Apple #61B755

RGB

 RED value IS 97 (38.28% from 255) = 26.58%

 GREEN value IS 183 (71.88% from 255) = 50.14%

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 26.58%
G = 50.14%
B = 23.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#61B755 (or 0x61B755) is known color: Apple. HEX triplet: 61, B7 and 55. RGB value is (97,183,85). Sum of RGB (Red+Green+Blue) = 97+183+85=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #61B755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B755 is #9E48AA. Grayscale: #929292. Windows color (decimal): -10373291 or 5617505. OLE color: 5617505.

HSL color Cylindrical-coordinate representation of color #61B755: hue angle of 112.65º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61B755 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 183 85 -
CMYK 0.47 0 0.54 0.28
HSL 112.65º 0.4% 0.53% -
HSV(B) 112.65º 0.54% 0.72% -
XYZ 23.5 37.06 14.51 -
YUV 146.11 93.51 92.97 -
System Red Green Blue C M Y K H S L
Decimal 97 183 85 0.47 0 0.54 0.28 112.65 0.4 0.53
Hex 61 B7 55 2F 0 36 1C 71 28 35
Octal 141 267 125 57 0 66 34 161 50 65
Binary 1100001 10110111 1010101 101111 0 110110 11100 1110001 101000 110101

Color Harmonies of #61B755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B755

Black with #61B755

Text Example


Text Example

White with #61B755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61B755; }

 p { color: rgb(97,183,85); }

 H1.HeaderClassName
 {
   color: #61B755;
 }
 .AnyTagClassName
 {
   color: #61B755;
 }
</style>

background-color css

<style>
 a { background-color: #61B755; }

 a { background-color: rgb(97,183,85); }

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

border-color css

<style>
 span { border-color: #61B755; }

 span { border-color: rgb(97,183,85); }

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