Html Css Color HEX #61A440 Apple

📋 copy color: '#61A440'

red 97 ◦ green 164 ◦ blue 64

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

Shades of Apple #61A440

Tints of Apple #61A440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.46%

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

R = 29.85%
G = 50.46%
B = 19.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#61A440 (or 0x61A440) is known color: Apple. HEX triplet: 61, A4 and 40. RGB value is (97,164,64). Sum of RGB (Red+Green+Blue) = 97+164+64=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #61A440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A440 is #9E5BBF. Grayscale: #848484. Windows color (decimal): -10378176 or 4236385. OLE color: 4236385.

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

Color convert

RGB 97 164 64 -
CMYK 0.41 0 0.61 0.36
HSL 100.2º 0.44% 0.45% -
HSV(B) 100.2º 0.61% 0.64% -
XYZ 19.13 29.46 9.53 -
YUV 132.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 97 164 64 0.41 0 0.61 0.36 100.2 0.44 0.45
Hex 61 A4 40 29 0 3D 24 64 2C 2D
Octal 141 244 100 51 0 75 44 144 54 55
Binary 1100001 10100100 1000000 101001 0 111101 100100 1100100 101100 101101

Color Harmonies of #61A440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A440

Black with #61A440

Text Example


Text Example

White with #61A440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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