#68B219

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

Shades of Christi #68B219

Tints of Christi #68B219

Color information

#68B219 (or 0x68B219) is unknown color: approx Christi. HEX triplet: 68, B2 and 19. RGB value is (104,178,25). Sum of RGB (Red+Green+Blue) = 104+178+25=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #68B219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68B219 is #974DE6. Grayscale: #8A8A8A. Windows color (decimal): -9915879 or 1684072. OLE color: 1684072.

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

Color convert

RGB10417825-
CMYK0.4200.860.30
HSL89.02º75.37%39.8%-
HSV(B)89.02º85.96%69.8%-
XYZ21.834.856.5-
YUV138.4363.98103.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 178 (69.92% from 255) = 57.98%
BLUE value IS 25 (10.16% from 255) = 8.14%
R=33.88%
G=57.98%
B=8.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104178250.4200.860.3089.0275.3739.8
Hex68B2192A0561E594b28
Octal150262315201263613111350
Binary11010001011001011001101010010101101111010110011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,178,25); }

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

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

 a { background-color: rgb(104,178,25); }

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

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

 span { border-color: rgb(104,178,25); }

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