Html Css Color HEX #61AA44 Apple

📋 copy color: '#61AA44'

red 97 ◦ green 170 ◦ blue 68

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

Shades of Apple #61AA44

Tints of Apple #61AA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.75%

 BLUE value IS 68 (26.95% from 255) = 20.3%

R = 28.96%
G = 50.75%
B = 20.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#61AA44 (or 0x61AA44) is known color: Apple. HEX triplet: 61, AA and 44. RGB value is (97,170,68). Sum of RGB (Red+Green+Blue) = 97+170+68=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AA44 is #9E55BB. Grayscale: #888888. Windows color (decimal): -10376636 or 4500065. OLE color: 4500065.

HSL color Cylindrical-coordinate representation of color #61AA44: hue angle of 102.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61AA44 is Cyan = 0.43, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 170 68 -
CMYK 0.43 0 0.6 0.33
HSL 102.94º 0.43% 0.47% -
HSV(B) 102.94º 0.6% 0.67% -
XYZ 20.35 31.71 10.52 -
YUV 136.55 89.32 99.79 -
System Red Green Blue C M Y K H S L
Decimal 97 170 68 0.43 0 0.6 0.33 102.94 0.43 0.47
Hex 61 AA 44 2B 0 3C 21 67 2B 2F
Octal 141 252 104 53 0 74 41 147 53 57
Binary 1100001 10101010 1000100 101011 0 111100 100001 1100111 101011 101111

Color Harmonies of #61AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AA44

Black with #61AA44

Text Example


Text Example

White with #61AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,170,68); }

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

background-color css

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

 a { background-color: rgb(97,170,68); }

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

border-color css

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

 span { border-color: rgb(97,170,68); }

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