Html Css Color HEX #61A13F Apple

📋 copy color: '#61A13F'

red 97 ◦ green 161 ◦ blue 63

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

Shades of Apple #61A13F

Tints of Apple #61A13F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.16%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 30.22%
G = 50.16%
B = 19.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#61A13F (or 0x61A13F) is known color: Apple. HEX triplet: 61, A1 and 3F. RGB value is (97,161,63). Sum of RGB (Red+Green+Blue) = 97+161+63=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #61A13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A13F is #9E5EC0. Grayscale: #838383. Windows color (decimal): -10378945 or 4170081. OLE color: 4170081.

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

Color convert

RGB 97 161 63 -
CMYK 0.40 0 0.61 0.37
HSL 99.18º 0.44% 0.44% -
HSV(B) 99.18º 0.61% 0.63% -
XYZ 18.57 28.39 9.2 -
YUV 130.69 89.8 103.97 -
System Red Green Blue C M Y K H S L
Decimal 97 161 63 0.40 0 0.61 0.37 99.18 0.44 0.44
Hex 61 A1 3F 28 0 3D 25 63 2C 2C
Octal 141 241 77 50 0 75 45 143 54 54
Binary 1100001 10100001 111111 101000 0 111101 100101 1100011 101100 101100

Color Harmonies of #61A13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A13F

Black with #61A13F

Text Example


Text Example

White with #61A13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,161,63); }

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

background-color css

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

 a { background-color: rgb(97,161,63); }

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

border-color css

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

 span { border-color: rgb(97,161,63); }

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