#7AB608

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

Shades of Christi #7AB608

Tints of Christi #7AB608

Color information

#7AB608 (or 0x7AB608) is unknown color: approx Christi. HEX triplet: 7A, B6 and 08. RGB value is (122,182,8). Sum of RGB (Red+Green+Blue) = 122+182+8=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 182 (71.48% from 255 or 58.33% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB608 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB608 is #8549F7. Grayscale: #909090. Windows color (decimal): -8735224 or 571002. OLE color: 571002.

HSL color Cylindrical-coordinate representation of color #7AB608: hue angle of 80.69º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AB608 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1221828-
CMYK0.3300.960.29
HSL80.69º91.58%37.25%-
HSV(B)80.69º95.6%71.37%-
XYZ24.837.616.18-
YUV144.2251.12112.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.10%
GREEN value IS 182 (71.48% from 255) = 58.33%
BLUE value IS 8 (3.52% from 255) = 2.56%
R=39.10%
G=58.33%
B=2.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12218280.3300.960.2980.6991.5837.25
Hex7AB68210601D515c25
Octal172266104101403512113445
Binary1111010101101101000100001011000001110110100011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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