Html Css Color HEX #61AF5A Apple

📋 copy color: '#61AF5A'

red 97 ◦ green 175 ◦ blue 90

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

Shades of Apple #61AF5A

Tints of Apple #61AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.34%

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 26.8%
G = 48.34%
B = 24.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#61AF5A (or 0x61AF5A) is known color: Apple. HEX triplet: 61, AF and 5A. RGB value is (97,175,90). Sum of RGB (Red+Green+Blue) = 97+175+90=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF5A is #9E50A5. Grayscale: #8E8E8E. Windows color (decimal): -10375334 or 5943137. OLE color: 5943137.

HSL color Cylindrical-coordinate representation of color #61AF5A: hue angle of 115.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61AF5A is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 175 90 -
CMYK 0.45 0 0.49 0.31
HSL 115.06º 0.35% 0.52% -
HSV(B) 115.06º 0.49% 0.69% -
XYZ 22.11 33.94 15.06 -
YUV 141.99 98.66 95.91 -
System Red Green Blue C M Y K H S L
Decimal 97 175 90 0.45 0 0.49 0.31 115.06 0.35 0.52
Hex 61 AF 5A 2D 0 31 1F 73 23 34
Octal 141 257 132 55 0 61 37 163 43 64
Binary 1100001 10101111 1011010 101101 0 110001 11111 1110011 100011 110100

Color Harmonies of #61AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AF5A

Black with #61AF5A

Text Example


Text Example

White with #61AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,175,90); }

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

background-color css

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

 a { background-color: rgb(97,175,90); }

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

border-color css

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

 span { border-color: rgb(97,175,90); }

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