Html Css Color HEX #7AB940 Apple

📋 copy color: '#7AB940'

red 122 ◦ green 185 ◦ blue 64

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

Shades of Apple #7AB940

Tints of Apple #7AB940

RGB

 RED value IS 122 (48.05% from 255) = 32.88%

 GREEN value IS 185 (72.66% from 255) = 49.87%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 32.88%
G = 49.87%
B = 17.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#7AB940 (or 0x7AB940) is known color: Apple. HEX triplet: 7A, B9 and 40. RGB value is (122,185,64). Sum of RGB (Red+Green+Blue) = 122+185+64=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB940 is #8546BF. Grayscale: #989898. Windows color (decimal): -8734400 or 4241786. OLE color: 4241786.

HSL color Cylindrical-coordinate representation of color #7AB940: hue angle of 91.24º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AB940 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 185 64 -
CMYK 0.34 0 0.65 0.27
HSL 91.24º 0.49% 0.49% -
HSV(B) 91.24º 0.65% 0.73% -
XYZ 26.3 39.21 11.03 -
YUV 152.37 78.13 106.34 -
System Red Green Blue C M Y K H S L
Decimal 122 185 64 0.34 0 0.65 0.27 91.24 0.49 0.49
Hex 7A B9 40 22 0 41 1B 5B 31 31
Octal 172 271 100 42 0 101 33 133 61 61
Binary 1111010 10111001 1000000 100010 0 1000001 11011 1011011 110001 110001

Color Harmonies of #7AB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB940

Black with #7AB940

Text Example


Text Example

White with #7AB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AB940; }

 p { color: rgb(122,185,64); }

 H1.HeaderClassName
 {
   color: #7AB940;
 }
 .AnyTagClassName
 {
   color: #7AB940;
 }
</style>

background-color css

<style>
 a { background-color: #7AB940; }

 a { background-color: rgb(122,185,64); }

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

border-color css

<style>
 span { border-color: #7AB940; }

 span { border-color: rgb(122,185,64); }

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