#68B90F

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

Shades of Christi #68B90F

Tints of Christi #68B90F

Color information

#68B90F (or 0x68B90F) is unknown color: approx Christi. HEX triplet: 68, B9 and 0F. RGB value is (104,185,15). Sum of RGB (Red+Green+Blue) = 104+185+15=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #68B90F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B90F is #9746F0. Grayscale: #8E8E8E. Windows color (decimal): -9914097 or 1030504. OLE color: 1030504.

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

Color convert

RGB10418515-
CMYK0.4400.920.27
HSL88.59º85%39.22%-
HSV(B)88.59º91.89%72.55%-
XYZ23.1437.686.5-
YUV141.456.66101.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 185 (72.66% from 255) = 60.86%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=34.21%
G=60.86%
B=4.93%

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
Decimal104185150.4400.920.2788.598539.22
Hex68B9F2C05C1B595527
Octal150271175401343313112547
Binary1101000101110011111101100010111001101110110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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