#68A401

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

Shades of Christi #68A401

Tints of Christi #68A401

Color information

#68A401 (or 0x68A401) is unknown color: approx Christi. HEX triplet: 68, A4 and 01. RGB value is (104,164,1). Sum of RGB (Red+Green+Blue) = 104+164+1=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 164 (64.45% from 255 or 60.97% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 164 - color contains mainly: green. Hex color #68A401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A401 is #975BFE. Grayscale: #808080. Windows color (decimal): -9919487 or 107624. OLE color: 107624.

HSL color Cylindrical-coordinate representation of color #68A401: hue angle of 82.09º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68A401 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1041641-
CMYK0.3700.990.36
HSL82.09º98.79%32.35%-
HSV(B)82.09º99.39%64.31%-
XYZ18.9929.54.72-
YUV127.4856.62111.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 164 (64.45% from 255) = 60.97%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=38.66%
G=60.97%
B=0.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10416410.3700.990.3682.0998.7932.35
Hex68A412506324526320
Octal15024414501434412214340
Binary11010001010010011001010110001110010010100101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,164,1); }

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

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

 a { background-color: rgb(104,164,1); }

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

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

 span { border-color: rgb(104,164,1); }

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