#68B417

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

Shades of Christi #68B417

Tints of Christi #68B417

Color information

#68B417 (or 0x68B417) is unknown color: approx Christi. HEX triplet: 68, B4 and 17. RGB value is (104,180,23). Sum of RGB (Red+Green+Blue) = 104+180+23=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #68B417 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B417 is #974BE8. Grayscale: #8B8B8B. Windows color (decimal): -9915369 or 1553512. OLE color: 1553512.

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

Color convert

RGB10418023-
CMYK0.4200.870.29
HSL89.04º77.34%39.8%-
HSV(B)89.04º87.22%70.59%-
XYZ22.1835.656.52-
YUV139.3862.32102.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 180 (70.70% from 255) = 58.63%
BLUE value IS 23 (9.38% from 255) = 7.49%
R=33.88%
G=58.63%
B=7.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104180230.4200.870.2989.0477.3439.8
Hex68B4172A0571D594d28
Octal150264275201273513111550
Binary11010001011010010111101010010101111110110110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,180,23); }

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

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

 a { background-color: rgb(104,180,23); }

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

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

 span { border-color: rgb(104,180,23); }

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