#68BE16

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

Shades of Christi #68BE16

Tints of Christi #68BE16

Color information

#68BE16 (or 0x68BE16) is unknown color: approx Christi. HEX triplet: 68, BE and 16. RGB value is (104,190,22). Sum of RGB (Red+Green+Blue) = 104+190+22=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BE16 is #9741E9. Grayscale: #919191. Windows color (decimal): -9912810 or 1490536. OLE color: 1490536.

HSL color Cylindrical-coordinate representation of color #68BE16: hue angle of 90.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68BE16 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB10419022-
CMYK0.4500.880.25
HSL90.71º79.25%41.57%-
HSV(B)90.71º88.42%74.51%-
XYZ24.2739.837.17-
YUV145.1358.5198.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 190 (74.61% from 255) = 60.13%
BLUE value IS 22 (8.98% from 255) = 6.96%
R=32.91%
G=60.13%
B=6.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104190220.4500.880.2590.7179.2541.57
Hex68BE162D058195b4f2a
Octal150276265501303113311752
Binary11010001011111010110101101010110001100110110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,190,22); }

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

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

 a { background-color: rgb(104,190,22); }

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

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

 span { border-color: rgb(104,190,22); }

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