#68BB0F

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

Shades of Christi #68BB0F

Tints of Christi #68BB0F

Color information

#68BB0F (or 0x68BB0F) is unknown color: approx Christi. HEX triplet: 68, BB and 0F. RGB value is (104,187,15). Sum of RGB (Red+Green+Blue) = 104+187+15=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68BB0F is #9744F0. Grayscale: #8F8F8F. Windows color (decimal): -9913585 or 1031016. OLE color: 1031016.

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

Color convert

RGB10418715-
CMYK0.4400.920.27
HSL88.95º85.15%39.61%-
HSV(B)88.95º91.98%73.33%-
XYZ23.5738.526.64-
YUV142.5756100.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 187 (73.44% from 255) = 61.11%
BLUE value IS 15 (6.25% from 255) = 4.90%
R=33.99%
G=61.11%
B=4.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104187150.4400.920.2788.9585.1539.61
Hex68BBF2C05C1B595528
Octal150273175401343313112550
Binary1101000101110111111101100010111001101110110011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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