#689F0C

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

Shades of Christi #689F0C

Tints of Christi #689F0C

Color information

#689F0C (or 0x689F0C) is unknown color: approx Christi. HEX triplet: 68, 9F and 0C. RGB value is (104,159,12). Sum of RGB (Red+Green+Blue) = 104+159+12=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #689F0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689F0C is #9760F3. Grayscale: #7E7E7E. Windows color (decimal): -9920756 or 827240. OLE color: 827240.

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

Color convert

RGB10415912-
CMYK0.3500.920.38
HSL82.45º85.96%33.53%-
HSV(B)82.45º92.45%62.35%-
XYZ18.1727.774.75-
YUV125.863.78112.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 159 (62.5% from 255) = 57.82%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=37.82%
G=57.82%
B=4.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104159120.3500.920.3882.4585.9633.53
Hex689FC2305C26525622
Octal150237144301344612212642
Binary11010001001111111001000110101110010011010100101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,159,12); }

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

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

 a { background-color: rgb(104,159,12); }

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

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

 span { border-color: rgb(104,159,12); }

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