#68A322

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

Shades of Christi #68A322

Tints of Christi #68A322

Color information

#68A322 (or 0x68A322) is unknown color: approx Christi. HEX triplet: 68, A3 and 22. RGB value is (104,163,34). Sum of RGB (Red+Green+Blue) = 104+163+34=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #68A322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A322 is #975CDD. Grayscale: #838383. Windows color (decimal): -9919710 or 2270056. OLE color: 2270056.

HSL color Cylindrical-coordinate representation of color #68A322: hue angle of 87.44º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68A322 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB10416334-
CMYK0.3600.790.36
HSL87.44º65.48%38.63%-
HSV(B)87.44º79.14%63.92%-
XYZ19.0929.256.15-
YUV130.6573.45108.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 163 (64.06% from 255) = 54.15%
BLUE value IS 34 (13.67% from 255) = 11.30%
R=34.55%
G=54.15%
B=11.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104163340.3600.790.3687.4465.4838.63
Hex68A3222404F24574127
Octal150243424401174412710147
Binary1101000101000111000101001000100111110010010101111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,163,34); }

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

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

 a { background-color: rgb(104,163,34); }

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

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

 span { border-color: rgb(104,163,34); }

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