Html Css Color HEX #61A040 Apple

📋 copy color: '#61A040'

red 97 ◦ green 160 ◦ blue 64

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

Shades of Apple #61A040

Tints of Apple #61A040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.84%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 30.22%
G = 49.84%
B = 19.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#61A040 (or 0x61A040) is known color: Apple. HEX triplet: 61, A0 and 40. RGB value is (97,160,64). Sum of RGB (Red+Green+Blue) = 97+160+64=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #61A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A040 is #9E5FBF. Grayscale: #828282. Windows color (decimal): -10379200 or 4235361. OLE color: 4235361.

HSL color Cylindrical-coordinate representation of color #61A040: hue angle of 99.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61A040 is Cyan = 0.39, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 160 64 -
CMYK 0.39 0 0.6 0.37
HSL 99.38º 0.43% 0.44% -
HSV(B) 99.38º 0.6% 0.63% -
XYZ 18.43 28.05 9.29 -
YUV 130.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 97 160 64 0.39 0 0.6 0.37 99.38 0.43 0.44
Hex 61 A0 40 27 0 3C 25 63 2B 2C
Octal 141 240 100 47 0 74 45 143 53 54
Binary 1100001 10100000 1000000 100111 0 111100 100101 1100011 101011 101100

Color Harmonies of #61A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A040

Black with #61A040

Text Example


Text Example

White with #61A040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,160,64); }

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

background-color css

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

 a { background-color: rgb(97,160,64); }

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

border-color css

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

 span { border-color: rgb(97,160,64); }

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