#68B611

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

Shades of Christi #68B611

Tints of Christi #68B611

Color information

#68B611 (or 0x68B611) is unknown color: approx Christi. HEX triplet: 68, B6 and 11. RGB value is (104,182,17). Sum of RGB (Red+Green+Blue) = 104+182+17=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #68B611 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B611 is #9749EE. Grayscale: #8C8C8C. Windows color (decimal): -9914863 or 1160808. OLE color: 1160808.

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

Color convert

RGB10418217-
CMYK0.4300.910.29
HSL88.36º82.91%39.02%-
HSV(B)88.36º90.66%71.37%-
XYZ22.5436.446.38-
YUV139.8758.66102.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 182 (71.48% from 255) = 60.07%
BLUE value IS 17 (7.03% from 255) = 5.61%
R=34.32%
G=60.07%
B=5.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104182170.4300.910.2988.3682.9139.02
Hex68B6112B05B1D585327
Octal150266215301333513012347
Binary11010001011011010001101011010110111110110110001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,182,17); }

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

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

 a { background-color: rgb(104,182,17); }

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

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

 span { border-color: rgb(104,182,17); }

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