#68B726

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

Shades of Christi #68B726

Tints of Christi #68B726

Color information

#68B726 (or 0x68B726) is unknown color: approx Christi. HEX triplet: 68, B7 and 26. RGB value is (104,183,38). Sum of RGB (Red+Green+Blue) = 104+183+38=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #68B726 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B726 is #9748D9. Grayscale: #8F8F8F. Windows color (decimal): -9914586 or 2537320. OLE color: 2537320.

HSL color Cylindrical-coordinate representation of color #68B726: hue angle of 92.69º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68B726 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB10418338-
CMYK0.4300.790.28
HSL92.69º65.61%43.33%-
HSV(B)92.69º79.23%71.76%-
XYZ22.9936.957.75-
YUV142.8568.83100.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 183 (71.88% from 255) = 56.31%
BLUE value IS 38 (15.23% from 255) = 11.69%
R=32%
G=56.31%
B=11.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183380.4300.790.2892.6965.6143.33
Hex68B7262B04F1C5d422b
Octal150267465301173413510253
Binary110100010110111100110101011010011111110010111011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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