#68AC1D

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

Shades of Christi #68AC1D

Tints of Christi #68AC1D

Color information

#68AC1D (or 0x68AC1D) is unknown color: approx Christi. HEX triplet: 68, AC and 1D. RGB value is (104,172,29). Sum of RGB (Red+Green+Blue) = 104+172+29=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC1D is #9753E2. Grayscale: #878787. Windows color (decimal): -9917411 or 1944680. OLE color: 1944680.

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

Color convert

RGB10417229-
CMYK0.4000.830.33
HSL88.53º71.14%39.41%-
HSV(B)88.53º83.14%67.45%-
XYZ20.6832.546.35-
YUV135.3767.97105.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 172 (67.58% from 255) = 56.39%
BLUE value IS 29 (11.72% from 255) = 9.51%
R=34.10%
G=56.39%
B=9.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104172290.4000.830.3388.5371.1439.41
Hex68AC1D2805321594727
Octal150254355001234113110747
Binary110100010101100111011010000101001110000110110011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,29); }

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

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

 a { background-color: rgb(104,172,29); }

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

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

 span { border-color: rgb(104,172,29); }

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