#68B609

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

Shades of Christi #68B609

Tints of Christi #68B609

Color information

#68B609 (or 0x68B609) is unknown color: approx Christi. HEX triplet: 68, B6 and 09. RGB value is (104,182,9). Sum of RGB (Red+Green+Blue) = 104+182+9=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 182 (71.48% from 255 or 61.69% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 182 - color contains mainly: green. Hex color #68B609 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B609 is #9749F6. Grayscale: #8B8B8B. Windows color (decimal): -9914871 or 636520. OLE color: 636520.

HSL color Cylindrical-coordinate representation of color #68B609: hue angle of 87.05º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68B609 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1041829-
CMYK0.4300.950.29
HSL87.05º90.58%37.45%-
HSV(B)87.05º95.05%71.37%-
XYZ22.4936.426.1-
YUV138.9654.66103.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 182 (71.48% from 255) = 61.69%
BLUE value IS 9 (3.91% from 255) = 3.05%
R=35.25%
G=61.69%
B=3.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10418290.4300.950.2987.0590.5837.45
Hex68B692B05F1D575b25
Octal150266115301373512713345
Binary1101000101101101001101011010111111110110101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,182,9); }

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

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

 a { background-color: rgb(104,182,9); }

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

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

 span { border-color: rgb(104,182,9); }

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