Html Css Color HEX #61AD3D Apple

📋 copy color: '#61AD3D'

red 97 ◦ green 173 ◦ blue 61

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

Shades of Apple #61AD3D

Tints of Apple #61AD3D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.27%

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 29.31%
G = 52.27%
B = 18.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#61AD3D (or 0x61AD3D) is known color: Apple. HEX triplet: 61, AD and 3D. RGB value is (97,173,61). Sum of RGB (Red+Green+Blue) = 97+173+61=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AD3D is #9E52C2. Grayscale: #898989. Windows color (decimal): -10375875 or 4042081. OLE color: 4042081.

HSL color Cylindrical-coordinate representation of color #61AD3D: hue angle of 100.71º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61AD3D is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 173 61 -
CMYK 0.44 0 0.65 0.32
HSL 100.71º 0.48% 0.46% -
HSV(B) 100.71º 0.65% 0.68% -
XYZ 20.72 32.77 9.65 -
YUV 137.51 84.82 99.11 -
System Red Green Blue C M Y K H S L
Decimal 97 173 61 0.44 0 0.65 0.32 100.71 0.48 0.46
Hex 61 AD 3D 2C 0 41 20 65 30 2E
Octal 141 255 75 54 0 101 40 145 60 56
Binary 1100001 10101101 111101 101100 0 1000001 100000 1100101 110000 101110

Color Harmonies of #61AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AD3D

Black with #61AD3D

Text Example


Text Example

White with #61AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,173,61); }

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

background-color css

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

 a { background-color: rgb(97,173,61); }

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

border-color css

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

 span { border-color: rgb(97,173,61); }

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