Html Css Color HEX #61A445 Apple

📋 copy color: '#61A445'

red 97 ◦ green 164 ◦ blue 69

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

Shades of Apple #61A445

Tints of Apple #61A445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 29.39%
G = 49.7%
B = 20.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#61A445 (or 0x61A445) is known color: Apple. HEX triplet: 61, A4 and 45. RGB value is (97,164,69). Sum of RGB (Red+Green+Blue) = 97+164+69=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #61A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A445 is #9E5BBA. Grayscale: #858585. Windows color (decimal): -10378171 or 4564065. OLE color: 4564065.

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

Color convert

RGB 97 164 69 -
CMYK 0.41 0 0.58 0.36
HSL 102.32º 0.41% 0.46% -
HSV(B) 102.32º 0.58% 0.64% -
XYZ 19.28 29.52 10.31 -
YUV 133.14 91.8 102.22 -
System Red Green Blue C M Y K H S L
Decimal 97 164 69 0.41 0 0.58 0.36 102.32 0.41 0.46
Hex 61 A4 45 29 0 3A 24 66 29 2E
Octal 141 244 105 51 0 72 44 146 51 56
Binary 1100001 10100100 1000101 101001 0 111010 100100 1100110 101001 101110

Color Harmonies of #61A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A445

Black with #61A445

Text Example


Text Example

White with #61A445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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