#7AB100

Color #7AB100 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #7AB100

Tints of Christi #7AB100

Color information

#7AB100 (or 0x7AB100) is unknown color: approx Christi. HEX triplet: 7A, B1 and 00. RGB value is (122,177,0). Sum of RGB (Red+Green+Blue) = 122+177+0=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 177 (69.53% from 255 or 59.20% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB100 is #854EFF. Grayscale: #8D8D8D. Windows color (decimal): -8736512 or 45434. OLE color: 45434.

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

Color convert

RGB1221770-
CMYK0.31010.31
HSL78.64º100%34.71%-
HSV(B)78.64º100%69.41%-
XYZ23.7535.585.62-
YUV140.3848.78114.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.80%
GREEN value IS 177 (69.53% from 255) = 59.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.80%
G=59.20%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12217700.31010.3178.6410034.71
Hex7AB101F0641F4f6423
Octal17226103701443711714443
Binary111101010110001011111011001001111110011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AB100;
 }
 .AnyTagClassName
 {
   color: #7AB100;
 }
</style>
background-color css

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

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

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

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

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

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