#689D04

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

Shades of Christi #689D04

Tints of Christi #689D04

Color information

#689D04 (or 0x689D04) is unknown color: approx Christi. HEX triplet: 68, 9D and 04. RGB value is (104,157,4). Sum of RGB (Red+Green+Blue) = 104+157+4=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 157 (61.72% from 255 or 59.25% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 157 - color contains mainly: green. Hex color #689D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689D04 is #9762FB. Grayscale: #7C7C7C. Windows color (decimal): -9921276 or 302440. OLE color: 302440.

HSL color Cylindrical-coordinate representation of color #689D04: hue angle of 80.78º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #689D04 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1041574-
CMYK0.3400.970.38
HSL80.78º95.03%31.57%-
HSV(B)80.78º97.45%61.57%-
XYZ17.7927.074.4-
YUV123.7160.44113.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 157 (61.72% from 255) = 59.25%
BLUE value IS 4 (1.95% from 255) = 1.51%
R=39.25%
G=59.25%
B=1.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10415740.3400.970.3880.7895.0331.57
Hex689D42206126515f20
Octal15023544201414612113740
Binary1101000100111011001000100110000110011010100011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689D04; }

 p { color: rgb(104,157,4); }

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

<style>
 a { background-color: #689D04; }

 a { background-color: rgb(104,157,4); }

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

<style>
 span { border-color: #689D04; }

 span { border-color: rgb(104,157,4); }

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