#68A726

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

Shades of Christi #68A726

Tints of Christi #68A726

Color information

#68A726 (or 0x68A726) is unknown color: approx Christi. HEX triplet: 68, A7 and 26. RGB value is (104,167,38). Sum of RGB (Red+Green+Blue) = 104+167+38=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #68A726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A726 is #9758D9. Grayscale: #858585. Windows color (decimal): -9918682 or 2533224. OLE color: 2533224.

HSL color Cylindrical-coordinate representation of color #68A726: hue angle of 89.3º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68A726 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB10416738-
CMYK0.3800.770.35
HSL89.3º62.93%40.2%-
HSV(B)89.3º77.25%65.49%-
XYZ19.8830.726.72-
YUV133.4674.13106.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 167 (65.62% from 255) = 54.05%
BLUE value IS 38 (15.23% from 255) = 12.30%
R=33.66%
G=54.05%
B=12.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104167380.3800.770.3589.362.9340.2
Hex68A7262604D23593f28
Octal15024746460115431317750
Binary110100010100111100110100110010011011000111011001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,167,38); }

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

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

 a { background-color: rgb(104,167,38); }

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

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

 span { border-color: rgb(104,167,38); }

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