#68A521

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

Shades of Christi #68A521

Tints of Christi #68A521

Color information

#68A521 (or 0x68A521) is unknown color: approx Christi. HEX triplet: 68, A5 and 21. RGB value is (104,165,33). Sum of RGB (Red+Green+Blue) = 104+165+33=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #68A521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A521 is #975ADE. Grayscale: #848484. Windows color (decimal): -9919199 or 2205032. OLE color: 2205032.

HSL color Cylindrical-coordinate representation of color #68A521: hue angle of 87.73º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68A521 is Cyan = 0.37, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB10416533-
CMYK0.3700.80.35
HSL87.73º66.67%38.82%-
HSV(B)87.73º80%64.71%-
XYZ19.4429.966.2-
YUV131.7172.29108.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 165 (64.84% from 255) = 54.64%
BLUE value IS 33 (13.28% from 255) = 10.93%
R=34.44%
G=54.64%
B=10.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104165330.3700.80.3587.7366.6738.82
Hex68A5212505023584327
Octal150245414501204313010347
Binary1101000101001011000011001010101000010001110110001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,33); }

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

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

 a { background-color: rgb(104,165,33); }

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

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

 span { border-color: rgb(104,165,33); }

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