#68B42D

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

Shades of Christi #68B42D

Tints of Christi #68B42D

Color information

#68B42D (or 0x68B42D) is unknown color: approx Christi. HEX triplet: 68, B4 and 2D. RGB value is (104,180,45). Sum of RGB (Red+Green+Blue) = 104+180+45=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #68B42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B42D is #974BD2. Grayscale: #8E8E8E. Windows color (decimal): -9915347 or 2995304. OLE color: 2995304.

HSL color Cylindrical-coordinate representation of color #68B42D: hue angle of 93.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68B42D is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB10418045-
CMYK0.4200.750.29
HSL93.78º60%44.12%-
HSV(B)93.78º75%70.59%-
XYZ22.535.788.2-
YUV141.8973.32100.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 45 (17.97% from 255) = 13.68%
R=31.61%
G=54.71%
B=13.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104180450.4200.750.2993.786044.12
Hex68B42D2A04B1D5e3c2c
Octal15026455520113351367454
Binary11010001011010010110110101001001011111011011110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,180,45); }

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

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

 a { background-color: rgb(104,180,45); }

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

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

 span { border-color: rgb(104,180,45); }

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