#68B318

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

Shades of Christi #68B318

Tints of Christi #68B318

Color information

#68B318 (or 0x68B318) is unknown color: approx Christi. HEX triplet: 68, B3 and 18. RGB value is (104,179,24). Sum of RGB (Red+Green+Blue) = 104+179+24=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #68B318 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B318 is #974CE7. Grayscale: #8B8B8B. Windows color (decimal): -9915624 or 1618792. OLE color: 1618792.

HSL color Cylindrical-coordinate representation of color #68B318: hue angle of 89.03º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68B318 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB10417924-
CMYK0.4200.870.30
HSL89.03º76.35%39.8%-
HSV(B)89.03º86.59%70.2%-
XYZ21.9935.256.51-
YUV138.963.15103.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 179 (70.31% from 255) = 58.31%
BLUE value IS 24 (9.77% from 255) = 7.82%
R=33.88%
G=58.31%
B=7.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104179240.4200.870.3089.0376.3539.8
Hex68B3182A0571E594c28
Octal150263305201273613111450
Binary11010001011001111000101010010101111111010110011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,179,24); }

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

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

 a { background-color: rgb(104,179,24); }

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

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

 span { border-color: rgb(104,179,24); }

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