Html Css Color HEX #61A852 Apple

📋 copy color: '#61A852'

red 97 ◦ green 168 ◦ blue 82

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

Shades of Apple #61A852

Tints of Apple #61A852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.41%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 27.95%
G = 48.41%
B = 23.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#61A852 (or 0x61A852) is known color: Apple. HEX triplet: 61, A8 and 52. RGB value is (97,168,82). Sum of RGB (Red+Green+Blue) = 97+168+82=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #61A852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A852 is #9E57AD. Grayscale: #898989. Windows color (decimal): -10377134 or 5417057. OLE color: 5417057.

HSL color Cylindrical-coordinate representation of color #61A852: hue angle of 109.53º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61A852 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 97 168 82 -
CMYK 0.42 0 0.51 0.34
HSL 109.53º 0.34% 0.49% -
HSV(B) 109.53º 0.51% 0.66% -
XYZ 20.46 31.16 12.92 -
YUV 136.97 96.98 99.49 -
System Red Green Blue C M Y K H S L
Decimal 97 168 82 0.42 0 0.51 0.34 109.53 0.34 0.49
Hex 61 A8 52 2A 0 33 22 6E 22 31
Octal 141 250 122 52 0 63 42 156 42 61
Binary 1100001 10101000 1010010 101010 0 110011 100010 1101110 100010 110001

Color Harmonies of #61A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A852

Black with #61A852

Text Example


Text Example

White with #61A852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,168,82); }

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

background-color css

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

 a { background-color: rgb(97,168,82); }

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

border-color css

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

 span { border-color: rgb(97,168,82); }

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