Html Css Color HEX #61A540 Apple

📋 copy color: '#61A540'

red 97 ◦ green 165 ◦ blue 64

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

Shades of Apple #61A540

Tints of Apple #61A540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.61%

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

R = 29.75%
G = 50.61%
B = 19.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#61A540 (or 0x61A540) is known color: Apple. HEX triplet: 61, A5 and 40. RGB value is (97,165,64). Sum of RGB (Red+Green+Blue) = 97+165+64=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #61A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A540 is #9E5ABF. Grayscale: #858585. Windows color (decimal): -10377920 or 4236641. OLE color: 4236641.

HSL color Cylindrical-coordinate representation of color #61A540: hue angle of 100.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61A540 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 165 64 -
CMYK 0.41 0 0.61 0.35
HSL 100.4º 0.44% 0.45% -
HSV(B) 100.4º 0.61% 0.65% -
XYZ 19.31 29.82 9.59 -
YUV 133.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 97 165 64 0.41 0 0.61 0.35 100.4 0.44 0.45
Hex 61 A5 40 29 0 3D 23 64 2C 2D
Octal 141 245 100 51 0 75 43 144 54 55
Binary 1100001 10100101 1000000 101001 0 111101 100011 1100100 101100 101101

Color Harmonies of #61A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A540

Black with #61A540

Text Example


Text Example

White with #61A540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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