#68B72D

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

Shades of Christi #68B72D

Tints of Christi #68B72D

Color information

#68B72D (or 0x68B72D) is unknown color: approx Christi. HEX triplet: 68, B7 and 2D. RGB value is (104,183,45). Sum of RGB (Red+Green+Blue) = 104+183+45=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #68B72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B72D is #9748D2. Grayscale: #909090. Windows color (decimal): -9914579 or 2996072. OLE color: 2996072.

HSL color Cylindrical-coordinate representation of color #68B72D: hue angle of 94.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68B72D is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB10418345-
CMYK0.4300.750.28
HSL94.35º60.53%44.71%-
HSV(B)94.35º75.41%71.76%-
XYZ23.12378.41-
YUV143.6572.3399.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 183 (71.88% from 255) = 55.12%
BLUE value IS 45 (17.97% from 255) = 13.55%
R=31.33%
G=55.12%
B=13.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104183450.4300.750.2894.3560.5344.71
Hex68B72D2B04B1C5e3d2d
Octal15026755530113341367555
Binary11010001011011110110110101101001011111001011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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