Html Css Color HEX #7AA500 Christi

📋 copy color: '#7AA500'

red 122 ◦ green 165 ◦ blue 0

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

Shades of Christi #7AA500

Tints of Christi #7AA500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.51%
G = 57.49%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#7AA500 (or 0x7AA500) is known color: Christi. HEX triplet: 7A, A5 and 00. RGB value is (122,165,0). Sum of RGB (Red+Green+Blue) = 122+165+0=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA500 is #855AFF. Grayscale: #858585. Windows color (decimal): -8739584 or 42362. OLE color: 42362.

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

Color convert

RGB 122 165 0 -
CMYK 0.26 0 1 0.35
HSL 75.64º 1% 0.32% -
HSV(B) 75.64º 1% 0.65% -
XYZ 21.48 31.05 4.86 -
YUV 133.33 52.75 119.92 -
System Red Green Blue C M Y K H S L
Decimal 122 165 0 0.26 0 1 0.35 75.64 1 0.32
Hex 7A A5 0 1A 0 64 23 4C 64 20
Octal 172 245 0 32 0 144 43 114 144 40
Binary 1111010 10100101 0 11010 0 1100100 100011 1001100 1100100 100000

Color Harmonies of #7AA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA500

Black with #7AA500

Text Example


Text Example

White with #7AA500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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