Html Css Color HEX #61A448 Apple

📋 copy color: '#61A448'

red 97 ◦ green 164 ◦ blue 72

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

Shades of Apple #61A448

Tints of Apple #61A448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 29.13%
G = 49.25%
B = 21.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#61A448 (or 0x61A448) is known color: Apple. HEX triplet: 61, A4 and 48. RGB value is (97,164,72). Sum of RGB (Red+Green+Blue) = 97+164+72=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #61A448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A448 is #9E5BB7. Grayscale: #858585. Windows color (decimal): -10378168 or 4760673. OLE color: 4760673.

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

Color convert

RGB 97 164 72 -
CMYK 0.41 0 0.56 0.36
HSL 103.7º 0.39% 0.46% -
HSV(B) 103.7º 0.56% 0.64% -
XYZ 19.37 29.56 10.82 -
YUV 133.48 93.3 101.98 -
System Red Green Blue C M Y K H S L
Decimal 97 164 72 0.41 0 0.56 0.36 103.7 0.39 0.46
Hex 61 A4 48 29 0 38 24 68 27 2E
Octal 141 244 110 51 0 70 44 150 47 56
Binary 1100001 10100100 1001000 101001 0 111000 100100 1101000 100111 101110

Color Harmonies of #61A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A448

Black with #61A448

Text Example


Text Example

White with #61A448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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