#6AB419

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

Shades of Christi #6AB419

Tints of Christi #6AB419

Color information

#6AB419 (or 0x6AB419) is unknown color: approx Christi. HEX triplet: 6A, B4 and 19. RGB value is (106,180,25). Sum of RGB (Red+Green+Blue) = 106+180+25=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 180 (70.70% from 255 or 57.88% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB419 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AB419 is #954BE6. Grayscale: #8C8C8C. Windows color (decimal): -9784295 or 1684586. OLE color: 1684586.

HSL color Cylindrical-coordinate representation of color #6AB419: hue angle of 88.65º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6AB419 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB10618025-
CMYK0.4100.860.29
HSL88.65º75.61%40.2%-
HSV(B)88.65º86.11%70.59%-
XYZ22.4435.786.64-
YUV140.262.98103.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 180 (70.70% from 255) = 57.88%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=34.08%
G=57.88%
B=8.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106180250.4100.860.2988.6575.6140.2
Hex6AB419290561D594c28
Octal152264315101263513111450
Binary11010101011010011001101001010101101110110110011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB419; }

 p { color: rgb(106,180,25); }

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

<style>
 a { background-color: #6AB419; }

 a { background-color: rgb(106,180,25); }

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

<style>
 span { border-color: #6AB419; }

 span { border-color: rgb(106,180,25); }

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