Html Css Color HEX #7AB448 Apple

📋 copy color: '#7AB448'

red 122 ◦ green 180 ◦ blue 72

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

Shades of Apple #7AB448

Tints of Apple #7AB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.13%

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 32.62%
G = 48.13%
B = 19.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#7AB448 (or 0x7AB448) is known color: Apple. HEX triplet: 7A, B4 and 48. RGB value is (122,180,72). Sum of RGB (Red+Green+Blue) = 122+180+72=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB448 is #854BB7. Grayscale: #969696. Windows color (decimal): -8735672 or 4764794. OLE color: 4764794.

HSL color Cylindrical-coordinate representation of color #7AB448: hue angle of 92.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AB448 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 72 -
CMYK 0.32 0 0.60 0.29
HSL 92.22º 0.43% 0.49% -
HSV(B) 92.22º 0.6% 0.71% -
XYZ 25.52 37.25 11.98 -
YUV 150.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 122 180 72 0.32 0 0.60 0.29 92.22 0.43 0.49
Hex 7A B4 48 20 0 3C 1D 5C 2B 31
Octal 172 264 110 40 0 74 35 134 53 61
Binary 1111010 10110100 1001000 100000 0 111100 11101 1011100 101011 110001

Color Harmonies of #7AB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB448

Black with #7AB448

Text Example


Text Example

White with #7AB448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,72); }

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

background-color css

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

 a { background-color: rgb(122,180,72); }

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

border-color css

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

 span { border-color: rgb(122,180,72); }

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