#68AB2A

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

Shades of Christi #68AB2A

Tints of Christi #68AB2A

Color information

#68AB2A (or 0x68AB2A) is unknown color: approx Christi. HEX triplet: 68, AB and 2A. RGB value is (104,171,42). Sum of RGB (Red+Green+Blue) = 104+171+42=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB2A is #9754D5. Grayscale: #888888. Windows color (decimal): -9917654 or 2796392. OLE color: 2796392.

HSL color Cylindrical-coordinate representation of color #68AB2A: hue angle of 91.16º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68AB2A is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB10417142-
CMYK0.3900.750.33
HSL91.16º60.56%41.76%-
HSV(B)91.16º75.44%67.06%-
XYZ20.6932.247.32-
YUV136.2674.8104.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 171 (67.19% from 255) = 53.94%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=32.81%
G=53.94%
B=13.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104171420.3900.750.3391.1660.5641.76
Hex68AB2A2704B215b3d2a
Octal15025352470113411337552
Binary110100010101011101010100111010010111000011011011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AB2A; }

 p { color: rgb(104,171,42); }

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

<style>
 a { background-color: #68AB2A; }

 a { background-color: rgb(104,171,42); }

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

<style>
 span { border-color: #68AB2A; }

 span { border-color: rgb(104,171,42); }

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