#68B126

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

Shades of Christi #68B126

Tints of Christi #68B126

Color information

#68B126 (or 0x68B126) is unknown color: approx Christi. HEX triplet: 68, B1 and 26. RGB value is (104,177,38). Sum of RGB (Red+Green+Blue) = 104+177+38=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #68B126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B126 is #974ED9. Grayscale: #8B8B8B. Windows color (decimal): -9916122 or 2535784. OLE color: 2535784.

HSL color Cylindrical-coordinate representation of color #68B126: hue angle of 91.51º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68B126 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB10417738-
CMYK0.4100.790.31
HSL91.51º64.65%42.16%-
HSV(B)91.51º78.53%69.41%-
XYZ21.7834.537.35-
YUV139.3370.82102.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 177 (69.53% from 255) = 55.49%
BLUE value IS 38 (15.23% from 255) = 11.91%
R=32.60%
G=55.49%
B=11.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104177380.4100.790.3191.5164.6542.16
Hex68B1262904F1F5c412a
Octal150261465101173713410152
Binary110100010110001100110101001010011111111110111001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,177,38); }

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

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

 a { background-color: rgb(104,177,38); }

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

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

 span { border-color: rgb(104,177,38); }

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