#7AB008

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

Shades of Christi #7AB008

Tints of Christi #7AB008

Color information

#7AB008 (or 0x7AB008) is unknown color: approx Christi. HEX triplet: 7A, B0 and 08. RGB value is (122,176,8). Sum of RGB (Red+Green+Blue) = 122+176+8=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB008 is #854FF7. Grayscale: #8D8D8D. Windows color (decimal): -8736760 or 569466. OLE color: 569466.

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

Color convert

RGB1221768-
CMYK0.3100.950.31
HSL79.29º91.3%36.08%-
HSV(B)79.29º95.45%69.02%-
XYZ23.635.215.78-
YUV140.753.11114.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.87%
GREEN value IS 176 (69.14% from 255) = 57.52%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=39.87%
G=57.52%
B=2.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12217680.3100.950.3179.2991.336.08
Hex7AB081F05F1F4f5b24
Octal172260103701373711713344
Binary111101010110000100011111010111111111110011111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,176,8); }

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

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

 a { background-color: rgb(122,176,8); }

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

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

 span { border-color: rgb(122,176,8); }

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