#68B410

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

Shades of Christi #68B410

Tints of Christi #68B410

Color information

#68B410 (or 0x68B410) is unknown color: approx Christi. HEX triplet: 68, B4 and 10. RGB value is (104,180,16). Sum of RGB (Red+Green+Blue) = 104+180+16=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #68B410 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B410 is #974BEF. Grayscale: #8B8B8B. Windows color (decimal): -9915376 or 1094760. OLE color: 1094760.

HSL color Cylindrical-coordinate representation of color #68B410: hue angle of 87.8º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68B410 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB10418016-
CMYK0.4200.910.29
HSL87.8º83.67%38.43%-
HSV(B)87.8º91.11%70.59%-
XYZ22.1235.626.2-
YUV138.5858.82103.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 180 (70.70% from 255) = 60%
BLUE value IS 16 (6.64% from 255) = 5.33%
R=34.67%
G=60%
B=5.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104180160.4200.910.2987.883.6738.43
Hex68B4102A05B1D585426
Octal150264205201333513012446
Binary11010001011010010000101010010110111110110110001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,180,16); }

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

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

 a { background-color: rgb(104,180,16); }

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

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

 span { border-color: rgb(104,180,16); }

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