Html Css Color HEX #61AB4B Apple

📋 copy color: '#61AB4B'

red 97 ◦ green 171 ◦ blue 75

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

Shades of Apple #61AB4B

Tints of Apple #61AB4B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.85%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 28.28%
G = 49.85%
B = 21.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#61AB4B (or 0x61AB4B) is known color: Apple. HEX triplet: 61, AB and 4B. RGB value is (97,171,75). Sum of RGB (Red+Green+Blue) = 97+171+75=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AB4B is #9E54B4. Grayscale: #8A8A8A. Windows color (decimal): -10376373 or 4959073. OLE color: 4959073.

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

Color convert

RGB 97 171 75 -
CMYK 0.43 0 0.56 0.33
HSL 106.25º 0.39% 0.48% -
HSV(B) 106.25º 0.56% 0.67% -
XYZ 20.76 32.18 11.77 -
YUV 137.93 92.48 98.81 -
System Red Green Blue C M Y K H S L
Decimal 97 171 75 0.43 0 0.56 0.33 106.25 0.39 0.48
Hex 61 AB 4B 2B 0 38 21 6A 27 30
Octal 141 253 113 53 0 70 41 152 47 60
Binary 1100001 10101011 1001011 101011 0 111000 100001 1101010 100111 110000

Color Harmonies of #61AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB4B

Black with #61AB4B

Text Example


Text Example

White with #61AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,171,75); }

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

background-color css

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

 a { background-color: rgb(97,171,75); }

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

border-color css

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

 span { border-color: rgb(97,171,75); }

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