#68B812

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

Shades of Christi #68B812

Tints of Christi #68B812

Color information

#68B812 (or 0x68B812) is unknown color: approx Christi. HEX triplet: 68, B8 and 12. RGB value is (104,184,18). Sum of RGB (Red+Green+Blue) = 104+184+18=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #68B812 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B812 is #9747ED. Grayscale: #8D8D8D. Windows color (decimal): -9914350 or 1226856. OLE color: 1226856.

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

Color convert

RGB10418418-
CMYK0.4300.900.28
HSL88.92º82.18%39.61%-
HSV(B)88.92º90.22%72.16%-
XYZ22.9637.276.56-
YUV141.1658.5101.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 184 (72.27% from 255) = 60.13%
BLUE value IS 18 (7.42% from 255) = 5.88%
R=33.99%
G=60.13%
B=5.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104184180.4300.900.2888.9282.1839.61
Hex68B8122B05A1C595228
Octal150270225301323413112250
Binary11010001011100010010101011010110101110010110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,184,18); }

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

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

 a { background-color: rgb(104,184,18); }

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

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

 span { border-color: rgb(104,184,18); }

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