Html Css Color HEX #7AA502 Christi

📋 copy color: '#7AA502'

red 122 ◦ green 165 ◦ blue 2

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

Shades of Christi #7AA502

Tints of Christi #7AA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.09%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 42.21%
G = 57.09%
B = 0.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#7AA502 (or 0x7AA502) is known color: Christi. HEX triplet: 7A, A5 and 02. RGB value is (122,165,2). Sum of RGB (Red+Green+Blue) = 122+165+2=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA502 is #855AFD. Grayscale: #868686. Windows color (decimal): -8739582 or 173434. OLE color: 173434.

HSL color Cylindrical-coordinate representation of color #7AA502: hue angle of 75.83º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AA502 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 165 2 -
CMYK 0.26 0 0.99 0.35
HSL 75.83º 0.98% 0.33% -
HSV(B) 75.83º 0.99% 0.65% -
XYZ 21.49 31.05 4.92 -
YUV 133.56 53.75 119.75 -
System Red Green Blue C M Y K H S L
Decimal 122 165 2 0.26 0 0.99 0.35 75.83 0.98 0.33
Hex 7A A5 2 1A 0 63 23 4C 62 21
Octal 172 245 2 32 0 143 43 114 142 41
Binary 1111010 10100101 10 11010 0 1100011 100011 1001100 1100010 100001

Color Harmonies of #7AA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA502

Black with #7AA502

Text Example


Text Example

White with #7AA502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,165,2); }

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

background-color css

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

 a { background-color: rgb(122,165,2); }

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

border-color css

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

 span { border-color: rgb(122,165,2); }

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