Html Css Color HEX #61A23A Apple

📋 copy color: '#61A23A'

red 97 ◦ green 162 ◦ blue 58

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

Shades of Apple #61A23A

Tints of Apple #61A23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.1%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 30.6%
G = 51.1%
B = 18.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#61A23A (or 0x61A23A) is known color: Apple. HEX triplet: 61, A2 and 3A. RGB value is (97,162,58). Sum of RGB (Red+Green+Blue) = 97+162+58=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #61A23A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A23A is #9E5DC5. Grayscale: #838383. Windows color (decimal): -10378694 or 3842657. OLE color: 3842657.

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

Color convert

RGB 97 162 58 -
CMYK 0.40 0 0.64 0.36
HSL 97.5º 0.47% 0.43% -
HSV(B) 97.5º 0.64% 0.64% -
XYZ 18.61 28.69 8.56 -
YUV 130.71 86.97 103.96 -
System Red Green Blue C M Y K H S L
Decimal 97 162 58 0.40 0 0.64 0.36 97.5 0.47 0.43
Hex 61 A2 3A 28 0 40 24 62 2F 2B
Octal 141 242 72 50 0 100 44 142 57 53
Binary 1100001 10100010 111010 101000 0 1000000 100100 1100010 101111 101011

Color Harmonies of #61A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A23A

Black with #61A23A

Text Example


Text Example

White with #61A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,162,58); }

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

background-color css

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

 a { background-color: rgb(97,162,58); }

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

border-color css

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

 span { border-color: rgb(97,162,58); }

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