#68B714

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

Shades of Christi #68B714

Tints of Christi #68B714

Color information

#68B714 (or 0x68B714) is unknown color: approx Christi. HEX triplet: 68, B7 and 14. RGB value is (104,183,20). Sum of RGB (Red+Green+Blue) = 104+183+20=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #68B714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B714 is #9748EB. Grayscale: #8D8D8D. Windows color (decimal): -9914604 or 1357672. OLE color: 1357672.

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

Color convert

RGB10418320-
CMYK0.4300.890.28
HSL89.08º80.3%39.8%-
HSV(B)89.08º89.07%71.76%-
XYZ22.7736.866.58-
YUV140.859.83101.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 183 (71.88% from 255) = 59.61%
BLUE value IS 20 (8.20% from 255) = 6.51%
R=33.88%
G=59.61%
B=6.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183200.4300.890.2889.0880.339.8
Hex68B7142B0591C595028
Octal150267245301313413112050
Binary11010001011011110100101011010110011110010110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,183,20); }

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

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

 a { background-color: rgb(104,183,20); }

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

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

 span { border-color: rgb(104,183,20); }

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