#68BB1A

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

Shades of Christi #68BB1A

Tints of Christi #68BB1A

Color information

#68BB1A (or 0x68BB1A) is unknown color: approx Christi. HEX triplet: 68, BB and 1A. RGB value is (104,187,26). Sum of RGB (Red+Green+Blue) = 104+187+26=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BB1A is #9744E5. Grayscale: #909090. Windows color (decimal): -9913574 or 1751912. OLE color: 1751912.

HSL color Cylindrical-coordinate representation of color #68BB1A: hue angle of 90.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68BB1A is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB10418726-
CMYK0.4400.860.27
HSL90.93º75.59%41.76%-
HSV(B)90.93º86.1%73.33%-
XYZ23.6738.567.17-
YUV143.8361.599.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 187 (73.44% from 255) = 58.99%
BLUE value IS 26 (10.55% from 255) = 8.20%
R=32.81%
G=58.99%
B=8.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104187260.4400.860.2790.9375.5941.76
Hex68BB1A2C0561B5b4c2a
Octal150273325401263313311452
Binary11010001011101111010101100010101101101110110111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,187,26); }

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

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

 a { background-color: rgb(104,187,26); }

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

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

 span { border-color: rgb(104,187,26); }

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